diff options
author | friendica <info@friendica.com> | 2012-11-01 15:11:11 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-11-01 15:11:11 -0700 |
commit | b400e4dfad16bfb346e08f5eee737064bc172f96 (patch) | |
tree | 304af887d0040d7f3820153458e5cdd35f6d6005 | |
parent | ec6ed3221dc9801683c8d6f3a9bbe4ea38ed09c6 (diff) | |
download | volse-hubzilla-b400e4dfad16bfb346e08f5eee737064bc172f96.tar.gz volse-hubzilla-b400e4dfad16bfb346e08f5eee737064bc172f96.tar.bz2 volse-hubzilla-b400e4dfad16bfb346e08f5eee737064bc172f96.zip |
change admin pointer to update.php
-rw-r--r-- | mod/admin.php | 2 |
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(); |