From: moodler Date: Sat, 22 Jan 2005 16:04:14 +0000 (+0000) Subject: Fixed a commented-out error message! 8-o X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0fd764ffe94588d02b0459e0f176acc64342ce79;p=moodle.git Fixed a commented-out error message! 8-o --- diff --git a/admin/site.php b/admin/site.php index f1b20bb92f..b95ca458dc 100644 --- a/admin/site.php +++ b/admin/site.php @@ -16,7 +16,7 @@ if (!empty($USER->id)) { // Additional identity check if (!confirm_sesskey()) { - //error(get_string('confirmsesskeybad', 'error')); + error(get_string('confirmsesskeybad', 'error')); } }