]> git.wh0rd.org - tt-rss.git/blobdiff - update.php
db updates, remove init_connection()
[tt-rss.git] / update.php
index 1c43cdb94c2233be9aaf3c426e117590498b33bf..ffe54cc7cdac8d44592e77541f08af05b23984a3 100755 (executable)
@@ -21,7 +21,7 @@
        // Create a database connection.
        $link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME);
 
-       init_connection($link);
+       init_plugins($link);
 
        $longopts = array("feeds",
                        "feedbrowser",