1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-16 23:00:51 +03:00

фикс активности

This commit is contained in:
Mzhelskiy Maxim 2014-02-07 17:46:33 +07:00
parent ce0b937ced
commit 1676ed3847

View file

@ -372,7 +372,7 @@ class ActionStream extends Action {
/**
* Отписываем
*/
$this->Stream_unsubscribeUser($this->oUserCurrent->getId(), getRequestStr('id'));
$this->Stream_unsubscribeUser($this->oUserCurrent->getId(), getRequestStr('iUserId'));
$this->Message_AddNotice($this->Lang_Get('stream_subscribes_updated'), $this->Lang_Get('attention'));
}
/**