Aleksander Machniak
2013-05-08 dffdd168aebfc5f67bf61baee9739b5bf96b5e50
plugins/debug_logger/debug_logger.php
@@ -142,8 +142,9 @@
        return $args;
    }
    function __destruct(){
                $this->runlog->end();
    function __destruct()
    {
        if ($this->runlog)
            $this->runlog->end();
    }
}
?>