diff --git a/app/controllers/api/teams.php b/app/controllers/api/teams.php index 74c57cc501..8a45970df5 100644 --- a/app/controllers/api/teams.php +++ b/app/controllers/api/teams.php @@ -406,7 +406,7 @@ App::post('/v1/teams/:teamId/memberships') } if (!$isPrivilegedUser && !$isAppUser && empty($url)) { - throw new Exception(Exception::GENERAL_ACCESS_FORBIDDEN, 'Param 'url' is required for non-privileged users'); + throw new Exception(Exception::GENERAL_ACCESS_FORBIDDEN, 'Param \'url\' is required for non-privileged users'); } $email = \strtolower($email);