]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed a commented-out error message! 8-o
authormoodler <moodler>
Sat, 22 Jan 2005 16:04:14 +0000 (16:04 +0000)
committermoodler <moodler>
Sat, 22 Jan 2005 16:04:14 +0000 (16:04 +0000)
admin/site.php

index f1b20bb92f9cf9c7acb687ce34c836a02994007d..b95ca458dce40a62617d625368457fcc8c9e0e76 100644 (file)
@@ -16,7 +16,7 @@
 
         if (!empty($USER->id)) {             // Additional identity check
             if (!confirm_sesskey()) {
-                //error(get_string('confirmsesskeybad', 'error'));
+                error(get_string('confirmsesskeybad', 'error'));
             }
         }