Skip to content

Commit afbc4f1

Browse files
committed
Destroy user view on delete()
1 parent 69cf021 commit afbc4f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/delete/user/index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
if (empty($error)) $error = __('Error: vesta did not return any output.');
1616
$_SESSION['error_msg'] = $error;
1717
}
18+
unset($_SESSION['look']);
1819
unset($output);
1920
}
2021

0 commit comments

Comments
 (0)