Serghey Rodin 12 лет назад
Родитель
Сommit
afbc4f101d
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      web/delete/user/index.php

+ 1 - 0
web/delete/user/index.php

@@ -15,6 +15,7 @@ if ($_SESSION['user'] == 'admin') {
         if (empty($error)) $error = __('Error: vesta did not return any output.');
             $_SESSION['error_msg'] = $error;
     }
+    unset($_SESSION['look']);
     unset($output);
 }