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

Правим удаление Talk при работе скрипта

This commit is contained in:
Igor Khokhlov 2012-07-02 12:59:12 +03:00
parent f2e3aa0a3c
commit 42c568a498

View file

@ -446,7 +446,7 @@ class ModuleTalk extends Module {
array(
'target_id' => $sTalkId,
'target_type' => 'talk',
'user_id' => $this->oUserCurrent->getId()
'user_id' => $sUserId
)
)
);