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