aboutsummaryrefslogtreecommitdiffstats
path: root/mod/admin.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-11-01 15:11:11 -0700
committerfriendica <info@friendica.com>2012-11-01 15:11:11 -0700
commitb400e4dfad16bfb346e08f5eee737064bc172f96 (patch)
tree304af887d0040d7f3820153458e5cdd35f6d6005 /mod/admin.php
parentec6ed3221dc9801683c8d6f3a9bbe4ea38ed09c6 (diff)
downloadvolse-hubzilla-b400e4dfad16bfb346e08f5eee737064bc172f96.tar.gz
volse-hubzilla-b400e4dfad16bfb346e08f5eee737064bc172f96.tar.bz2
volse-hubzilla-b400e4dfad16bfb346e08f5eee737064bc172f96.zip
change admin pointer to update.php
Diffstat (limited to 'mod/admin.php')
-rw-r--r--mod/admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/admin.php b/mod/admin.php
index 6a8ed56fe..90eabd1ef 100644
--- a/mod/admin.php
+++ b/mod/admin.php
@@ -471,7 +471,7 @@ function admin_page_dbsync(&$a) {
}
if($a->argc > 2 && intval($a->argv[2])) {
- require_once('update.php');
+ require_once('install/update.php');
$func = 'update_' . intval($a->argv[2]);
if(function_exists($func)) {
$retval = $func();