]> git.mjollnir.org Git - moodle.git/commitdiff
Small typo !! :-)
authorstronk7 <stronk7>
Tue, 28 Oct 2003 18:27:22 +0000 (18:27 +0000)
committerstronk7 <stronk7>
Tue, 28 Oct 2003 18:27:22 +0000 (18:27 +0000)
admin/users.php

index 80a440ff99f8b9c002c08d3e4aaa69db284c1242..b0c3791e2bc5300ecbf762031a95ac6d2fd91a5f 100644 (file)
@@ -4,7 +4,7 @@
 
     require_login();
 
-    if (!isadmin) {
+    if (!isadmin()) {
         error("Only admins can access this page");
     }