aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/api/exceptions/ApiAuthorizationException.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/api/exceptions/ApiAuthorizationException.php')
-rw-r--r--application/api/exceptions/ApiAuthorizationException.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/api/exceptions/ApiAuthorizationException.php b/application/api/exceptions/ApiAuthorizationException.php
index 0e3f4776..c77e9eea 100644
--- a/application/api/exceptions/ApiAuthorizationException.php
+++ b/application/api/exceptions/ApiAuthorizationException.php
@@ -28,7 +28,7 @@ class ApiAuthorizationException extends ApiException
28 */ 28 */
29 public function setMessage($message) 29 public function setMessage($message)
30 { 30 {
31 $original = $this->debug === true ? ': '. $this->getMessage() : ''; 31 $original = $this->debug === true ? ': ' . $this->getMessage() : '';
32 $this->message = $message . $original; 32 $this->message = $message . $original;
33 } 33 }
34} 34}