fix typo causing undefined array key warning

This commit is contained in:
Linty
2026-05-04 18:44:26 +02:00
parent 2cfa7a3d19
commit 29c7957054

View File

@@ -2321,7 +2321,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'
)
);