Fix typo
parent
6c0f40f570
commit
d80026cab1
|
@ -276,7 +276,7 @@ function userFromSession() {
|
|||
if (ZM_CASE_INSENSITIVE_USERNAMES) {
|
||||
$user = dbFetchOne($sql, NULL, array(strtolower($_SESSION['username'])));
|
||||
} else {
|
||||
$user = dbFetchOne($sql, NULL, array(c));
|
||||
$user = dbFetchOne($sql, NULL, array($_SESSION['username']));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue