From b400e4dfad16bfb346e08f5eee737064bc172f96 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 1 Nov 2012 15:11:11 -0700 Subject: change admin pointer to update.php --- mod/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod') 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(); -- cgit v1.2.3