]> git.wh0rd.org - tt-rss.git/blobdiff - update.php
add missing close image
[tt-rss.git] / update.php
index e1afb6bd6e927e71d6667cab611daed9d45a1f36..f5fa9e5694f0e170c6fa4bcd7e24592eb1c73fcb 100755 (executable)
@@ -13,6 +13,7 @@
        require_once "sanity_check.php";
        require_once "db.php";
        require_once "db-prefs.php";
+       require_once "errorhandler.php";
 
        if (!defined('PHP_EXECUTABLE'))
                define('PHP_EXECUTABLE', '/usr/bin/php');
 
        if (file_exists(LOCK_DIRECTORY . "/$lock_filename"))
                unlink(LOCK_DIRECTORY . "/$lock_filename");
-g?>
+?>