Compatibility with PHP 5.4

This commit is contained in:
Manuel Cillero 2017-07-27 00:30:34 +02:00
parent 740f7d7f30
commit e803820eb8
6 changed files with 6 additions and 5 deletions

View file

@ -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);