From: moodler Date: Sat, 3 Jan 2004 15:41:15 +0000 (+0000) Subject: Fixed missing bracket X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=deae201fc68e2eecfbe5b8578c269d86a761c595;p=moodle.git Fixed missing bracket --- diff --git a/user/edit.php b/user/edit.php index 406916c71d..c8e7ad4c2c 100644 --- a/user/edit.php +++ b/user/edit.php @@ -21,7 +21,7 @@ // so that users can set up their accounts $newaccount = true; - if (empty($USER) { + if (empty($USER)) { error("Sessions don't seem to be working on this server!"); }