diff --git a/src/Services/ServiceManager.php b/src/Services/ServiceManager.php index 2a18c3ce..45292c47 100755 --- a/src/Services/ServiceManager.php +++ b/src/Services/ServiceManager.php @@ -520,7 +520,7 @@ public function handleRequest( $payload = null, $format = null, $check_permission = true, - $throw_exception = false + $throw_exception = true ) { if ($check_permission === true) { if (false === Session::checkServicePermission($verb, $service, $resource, Session::getRequestor(),