]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Apache's MultiViews was matching the rest page handler incorrectly
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sun, 21 Feb 2010 17:30:29 +0000 (17:30 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sun, 21 Feb 2010 17:30:29 +0000 (17:30 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@3958 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/lib/api.php
services/api/rest_api.php [moved from services/api/rest.php with 100% similarity]

index d123ff360aaa608fa35709bb6643fe79c3da644f..6b773138e15f0bc8a70eac688cddafb51f287c82 100644 (file)
@@ -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 /////////////////////////////////////////////////////////////