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

@ -42,7 +42,7 @@ class views_object {
* Set default options on this object. Called by the constructor in a
* complex chain to deal with backward compatibility.
*/
function options() { }
function options(&$options) { }
/**
* Set default options.