Skip to content

Commit 557a804

Browse files
authored
Fix Profile icon disappears from top bar after viewing logs (hestiacp#3005)
1 parent 190defe commit 557a804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/list/log/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
$data = array_reverse($data);
3333
unset($output);
3434
if (empty($_SESSION['look'])) {
35-
$_SESSION['look'] = '';
35+
unset($_SESSION['look']);
3636
}
3737

3838
// Render page

0 commit comments

Comments
 (0)