- Small fix for initialization of method parameter.
This commit is contained in:
parent
7c0a538b11
commit
fc34ba6ec4
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user