X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=backend.php;fp=backend.php;h=40e40aeb323dc8b9ae4cc9c05d23079a9f3254f5;hb=ba68b6815ab31d17cda113e7990eeb07558b02a9;hp=6ee0e081f549eca4c6c3ac2cc676ac66066253e7;hpb=9594791782bb9adbf29018c444ea427fbaeb5ee4;p=tt-rss.git diff --git a/backend.php b/backend.php index 6ee0e081..40e40aeb 100644 --- a/backend.php +++ b/backend.php @@ -49,7 +49,7 @@ $link = db_connect(DB_HOST, DB_USER, DB_PASS, DB_NAME); - if (!init_connection($link)) return; + if (!init_plugins($link)) return; header("Content-Type: text/json; charset=utf-8");