Changeset 920
- Timestamp:
- 06/05/10 13:21:43 (20 months ago)
- Files:
-
- 1 modified
-
trunk/classes/actions/ActionTopic.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/classes/actions/ActionTopic.class.php
r886 r920 474 474 */ 475 475 if ($bSendNotify) { 476 $this->Topic_SendNotifyTopicNew($oBlog,$oTopic,$ this->oUserCurrent);476 $this->Topic_SendNotifyTopicNew($oBlog,$oTopic,$oTopic->getUser()); 477 477 } 478 478 if (!$oTopic->getPublish() and !$this->oUserCurrent->isAdministrator() and $this->oUserCurrent->getId()!=$oTopic->getUserId()) {
