Fixed missing bracket

This commit is contained in:
moodler
2004-01-03 15:41:15 +00:00
parent dfa1fbac6d
commit deae201fc6
+1 -1
View File
@@ -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!");
}