]> git.wh0rd.org - tt-rss.git/blobdiff - api/index.php
db updates, remove init_connection()
[tt-rss.git] / api / index.php
index 53b78b010df0351d88c90e69513bb84e27999b9d..823b9527e90319645c98d58e387420b906c514d9 100644 (file)
@@ -54,7 +54,7 @@
                @session_start();
        }
 
-       if (!init_connection($link)) return;
+       if (!init_plugins($link)) return;
 
        $method = strtolower($_REQUEST["op"]);