]> git.mxchange.org Git - friendica.git/blobdiff - include/expire.php
plugin: orphaned hooks weren't deleted.
[friendica.git] / include / expire.php
index 373ebf55fead6df625e33bc716104c4139319bb0..4c6fb7a19dd3e1bd37f79cda4eccd38299615a6c 100644 (file)
@@ -11,7 +11,7 @@ function expire_run(&$argv, &$argc){
   
        if(is_null($db)) {
            @include(".htconfig.php");
-       require_once("dba.php");
+       require_once("include/dba.php");
            $db = new dba($db_host, $db_user, $db_pass, $db_data);
        unset($db_host, $db_user, $db_pass, $db_data);
        };