Changeset 920

Show
Ignore:
Timestamp:
06/05/10 13:21:43 (20 months ago)
Author:
ort
Message:

fix уведомлений о новом топике

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/classes/actions/ActionTopic.class.php

    r886 r920  
    474474                         */ 
    475475                        if ($bSendNotify)        { 
    476                                 $this->Topic_SendNotifyTopicNew($oBlog,$oTopic,$this->oUserCurrent); 
     476                                $this->Topic_SendNotifyTopicNew($oBlog,$oTopic,$oTopic->getUser()); 
    477477                        } 
    478478                        if (!$oTopic->getPublish() and !$this->oUserCurrent->isAdministrator() and $this->oUserCurrent->getId()!=$oTopic->getUserId()) {