Commit fc34ba6e authored by wolfpakz's avatar wolfpakz

- Small fix for initialization of method parameter.

parent 7c0a538b
......@@ -62,7 +62,7 @@ abstract class Doctrine_Task
* @param string $notification
* @return void
*/
public function notify()
public function notify($notification = null)
{
if (is_object($this->dispatcher) && method_exists($this->dispatcher, 'notify')) {
$args = func_get_args();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment