]> git.wh0rd.org - tt-rss.git/blobdiff - errors.php
modify includes to init session before translations are applied
[tt-rss.git] / errors.php
index 802947d985c508c1e8288157e3ff3d284d727794..8f4fd94fa86eecb2da0926c7cd3dc117267a8a8e 100644 (file)
@@ -1,5 +1,6 @@
 <?php
-       set_include_path(get_include_path() . PATH_SEPARATOR . "include");
+       set_include_path(dirname(__FILE__) ."/include" . PATH_SEPARATOR .
+               get_include_path());
 
        require_once "functions.php";