* change the 'private' to 'public'.

This commit is contained in:
shiyangyangwork@yahoo.cn
2012-02-09 07:53:36 +00:00
parent b30c103ecc
commit f2ef4a56f6
15 changed files with 96 additions and 96 deletions
+2 -2
View File
@@ -521,10 +521,10 @@ class task extends control
*
* @param int $taskID
* @param int $actionID
* @access private
* @access public
* @return void
*/
private function sendmail($taskID, $actionID)
public function sendmail($taskID, $actionID)
{
/* Set toList and ccList. */
$task = $this->task->getById($taskID);