From 1a0aa38652994db3a6f978295446f378fd45a41e Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Tue, 8 May 2012 03:50:15 +0200 Subject: [PATCH] Properly set return status code when Container query succeeds --- frontend/api.local.php | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/api.local.php b/frontend/api.local.php index 6a16acd..8eaf874 100644 --- a/frontend/api.local.php +++ b/frontend/api.local.php @@ -63,6 +63,7 @@ if(isset($_GET['key']) && $_GET['key'] == $settings['local_api_key']) } $return_object = $sContainers; + $return_status = true; } break;