diff --git a/gulliver/system/class.httpProxyController.php b/gulliver/system/class.httpProxyController.php index 3c3783852..33cc5ab4c 100755 --- a/gulliver/system/class.httpProxyController.php +++ b/gulliver/system/class.httpProxyController.php @@ -100,7 +100,7 @@ class HttpProxyController { case 'PropelException': $error = "DATABASE ERROR"; break; case 'UserException': $error = "USER ERROR"; break; } - $result->error = $error; + $result->error = $e->getMessage(); $result->exception->class = get_class($e); $result->exception->code = $e->getCode();