Fix a typo

This commit is contained in:
Richard Underwood 2017-11-20 09:52:58 +00:00
parent 877d433b92
commit 9b51936574
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ if (!is_csrf_safe()) {
if (!is_adminuser()) {
header('Status: 403');
jtable_respond(null, 'error', "You need adminprivileges to get here");
jtable_respond(null, 'error', "You need admin privileges to get here");
}
if (!isset($_GET['action'])) {

View file

@ -12,7 +12,7 @@ if (!is_csrf_safe()) {
if (!is_adminuser()) {
header('Status: 403');
jtable_respond(null, 'error', "You need adminprivileges to get here");
jtable_respond(null, 'error', "You need admin privileges to get here");
}
if (!isset($_GET['action'])) {