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-07-16 12:34:50 +07:00
parent c68bddda89
commit fe6b903971
2 changed files with 4 additions and 4 deletions

View file

@ -173,7 +173,7 @@ class ModuleStream extends Module {
$oEvent->setPublish($iPublish);
$this->UpdateEvent($oEvent);
}
return true;
return $oEvent;
}
}
if (isset($aParams['unique_user']) and $aParams['unique_user']) {
@ -188,7 +188,7 @@ class ModuleStream extends Module {
$oEvent->setPublish($iPublish);
$this->UpdateEvent($oEvent);
}
return true;
return $oEvent;
}
}
@ -204,7 +204,7 @@ class ModuleStream extends Module {
$oEvent->setPublish($iPublish);
$this->AddEvent($oEvent);
}
return true;
return $oEvent;
}
/**
* Чтение потока пользователя

@ -1 +1 @@
Subproject commit 2fd42014b3a524c8171883bca8c08af7cd9115f4
Subproject commit fdeb2cec56c780aeed094cc844ee296db9b98ddc