1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-17 07:10:48 +03:00

fix session + update framework

This commit is contained in:
Mzhelskiy Maxim 2015-03-21 11:20:12 +07:00
parent d92b41f5f9
commit 9b02891c0c
3 changed files with 4 additions and 4 deletions

View file

@ -122,7 +122,7 @@ class ActionAuth extends Action
/**
* Убиваем каптчу
*/
unset($_SESSION['captcha_keystring_user_auth']);
$this->Session_Drop('captcha_keystring_user_auth');
/**
* Авторизуем
*/
@ -363,7 +363,7 @@ class ActionAuth extends Action
/**
* Убиваем каптчу
*/
unset($_SESSION['captcha_keystring_user_signup']);
$this->Session_Drop('captcha_keystring_user_signup');
/**
* Подписываем пользователя на дефолтные события в ленте активности
*/

View file

@ -190,7 +190,7 @@ class ActionProfile extends Action
/**
* Убиваем каптчу
*/
unset($_SESSION['captcha_keystring_complaint_user']);
$this->Session_Drop('captcha_keystring_complaint_user');
/**
* Отправляем уведомление админу
*/

@ -1 +1 @@
Subproject commit ae7dfb5d8bb201af9937d7040bcbab4d2f23b8d3
Subproject commit 02a946708f5b3c0c21c0f7b251a2e26b2ea9f057