Compatibility with PHP 5.4
This commit is contained in:
parent
740f7d7f30
commit
e803820eb8
6 changed files with 6 additions and 5 deletions
|
@ -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.
|
||||
|
|
Reference in a new issue