mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
ActionControlle
: Avoid void return in __call()
magic method
This commit is contained in:
parent
6b0244f247
commit
22c790ea48
@ -588,6 +588,6 @@ class ActionController extends Zend_Controller_Action
|
||||
return call_user_func_array(array($this, $deprecatedMethod), $params);
|
||||
}
|
||||
|
||||
return parent::__call($name, $params);
|
||||
parent::__call($name, $params);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user