From af8a882db2aca0d14ac2880eedf428f56e2e09fd Mon Sep 17 00:00:00 2001 From: Linty Date: Mon, 4 May 2026 21:39:11 +0200 Subject: [PATCH] (cp 29c795705) fix typo causing undefined array key warning --- include/functions_user.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions_user.inc.php b/include/functions_user.inc.php index c1df8cade..0bfe552b1 100644 --- a/include/functions_user.inc.php +++ b/include/functions_user.inc.php @@ -2331,7 +2331,7 @@ SELECT // return new PwgError(403, 'Only webmasters can grant "webmaster/admin" status'); return array( 'error' => array( - 'code '=> 403, + 'code' => 403, 'message' => 'Only webmasters can grant "webmaster/admin" status' ) );