Aleksander Machniak
2013-06-11 c6f0755860b7a08b68375c534d1fae40dbaaf21d
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();
    }
}
?>