Changeset 7387 for trunk/inc/classes/BxDolCmts.php
- Timestamp:
- 10/31/08 11:35:27 (4 years ago)
- File:
-
- 1 edited
-
trunk/inc/classes/BxDolCmts.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/inc/classes/BxDolCmts.php
r7282 r7387 375 375 $iCmtNewId = $this->_oQuery->addComment ($this->getId(), $iCmtParentId, $this->_getAuthorId(), $sText); 376 376 require_once(BX_DIRECTORY_PATH_CLASSES . 'BxDolAlerts.php'); 377 $oZ = new BxDolAlerts($this->_sSystem, ' post', $this->getId(), $this->_getAuthorId());377 $oZ = new BxDolAlerts($this->_sSystem, 'commentPost', $this->getId(), $this->_getAuthorId()); 378 378 $oZ->alert(); 379 379 if(false === $iCmtNewId)
Note: See TracChangeset
for help on using the changeset viewer.