From 5e28de6ea706ad1bd89b744311e1291f8354f73e Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 21 Feb 2010 17:30:29 +0000 Subject: Apache's MultiViews was matching the rest page handler incorrectly git-svn-id: http://code.elgg.org/elgg/trunk@3958 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine') diff --git a/engine/lib/api.php b/engine/lib/api.php index d123ff360..6b773138e 100644 --- a/engine/lib/api.php +++ b/engine/lib/api.php @@ -1518,7 +1518,7 @@ function unregister_service_handler($handler) { function rest_handler() { global $CONFIG; - require $CONFIG->path . "services/api/rest.php"; + require $CONFIG->path . "services/api/rest_api.php"; } // Initialisation ///////////////////////////////////////////////////////////// -- cgit v1.2.3