diff options
-rw-r--r-- | mod/updateclient/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/updateclient/start.php b/mod/updateclient/start.php index 2cf8026c3..3ba743bd7 100644 --- a/mod/updateclient/start.php +++ b/mod/updateclient/start.php @@ -18,7 +18,7 @@ { global $DEFAULT_UPDATE_SERVER; - $DEFAULT_UPDATE_SERVER = 'http://updates.elgg.org/services/api/rest.php'; + $DEFAULT_UPDATE_SERVER = 'http://updates.elgg.org/pg/api/rest/php/'; // Register a page handler, so we can have nice URLs register_page_handler('updateclient','updateclient_page_handler'); |