Aleksander Machniak
2013-04-24 a544971fe81e47bcf79bae66ef5ef5592bce12e8
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();
    }
}
?>