Compatibility with PHP 5.4
This commit is contained in:
parent
740f7d7f30
commit
e803820eb8
6 changed files with 6 additions and 5 deletions
|
@ -13,7 +13,7 @@
|
|||
* @ingroup views_argument_handlers
|
||||
*/
|
||||
class views_handler_argument_many_to_one extends views_handler_argument {
|
||||
function init(&$view, &$options) {
|
||||
function init(&$view, $options) {
|
||||
parent::init($view, $options);
|
||||
$this->helper = new views_many_to_one_helper($this);
|
||||
|
||||
|
|
Reference in a new issue