From 41d3ab1723b5cfda68a1a6b77161455d0d55f2fc Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Wed, 26 Jul 2023 09:37:26 +0100 Subject: [PATCH] Update teams.php --- app/controllers/api/teams.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);