Fix undefined variable in GenericEntityApiController.php

This commit is contained in:
fipwmaqzufheoxq92ebc 2020-09-12 13:03:20 +02:00
parent 81d7d33127
commit e9d6725f8a
No known key found for this signature in database
GPG Key ID: F4DF989490C2ADB7

View File

@ -64,7 +64,7 @@ class GenericEntityApiController extends BaseApiController
}
else
{
return $this->GenericErrorResponse($response, $ex->getMessage());
return $this->GenericErrorResponse($response, "Invalid entity");
}
}