HomeHelpTrac

Ignore:
Timestamp:
10/31/08 11:35:27 (4 years ago)
Author:
nell
Message:

Changed alerts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/inc/classes/BxDolCmts.php

    r7282 r7387  
    375375        $iCmtNewId = $this->_oQuery->addComment ($this->getId(), $iCmtParentId, $this->_getAuthorId(), $sText); 
    376376        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()); 
    378378        $oZ->alert(); 
    379379        if(false === $iCmtNewId) 
Note: See TracChangeset for help on using the changeset viewer.