]> git.wh0rd.org - tt-rss.git/blobdiff - opml.php
modify include path order (closes #514)
[tt-rss.git] / opml.php
index e98013009e4335693efbd7557e3c1355e28b4070..a997be89b2be080091e9026a6c47b2c313d42e07 100644 (file)
--- a/opml.php
+++ b/opml.php
@@ -1,6 +1,6 @@
 <?php
-       set_include_path(get_include_path() . PATH_SEPARATOR .
-               dirname(__FILE__) . "/include");
+       set_include_path(dirname(__FILE__) ."/include" . PATH_SEPARATOR .
+               get_include_path());
 
        function __autoload($class) {
                $file = "classes/".strtolower(basename($class)).".php";