1
0
mirror of synced 2025-01-18 06:21:40 +03:00

- Small fix for initialization of method parameter.

This commit is contained in:
wolfpakz 2007-11-28 02:53:37 +00:00
parent 7c0a538b11
commit fc34ba6ec4

View File

@ -62,7 +62,7 @@ abstract class Doctrine_Task
* @param string $notification * @param string $notification
* @return void * @return void
*/ */
public function notify() public function notify($notification = null)
{ {
if (is_object($this->dispatcher) && method_exists($this->dispatcher, 'notify')) { if (is_object($this->dispatcher) && method_exists($this->dispatcher, 'notify')) {
$args = func_get_args(); $args = func_get_args();