From: stronk7 Date: Tue, 28 Oct 2003 18:27:22 +0000 (+0000) Subject: Small typo !! :-) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=edfc003cd076b94282385f5f1f48668224a114a7;p=moodle.git Small typo !! :-) --- diff --git a/admin/users.php b/admin/users.php index 80a440ff99..b0c3791e2b 100644 --- a/admin/users.php +++ b/admin/users.php @@ -4,7 +4,7 @@ require_login(); - if (!isadmin) { + if (!isadmin()) { error("Only admins can access this page"); }