Loading plugins/views/views_php_plugin_wrapper.inc +0 −7 Original line number Diff line number Diff line Loading @@ -64,11 +64,4 @@ class views_php_plugin_wrapper { return call_user_func_array(array($this->wrapped, $name), $arguments); } /** * As of PHP 5.3.0. */ public static function __callStatic($name, $arguments) { return call_user_func_array(array(get_class($this->wrapped), $name), $arguments); } } Loading
plugins/views/views_php_plugin_wrapper.inc +0 −7 Original line number Diff line number Diff line Loading @@ -64,11 +64,4 @@ class views_php_plugin_wrapper { return call_user_func_array(array($this->wrapped, $name), $arguments); } /** * As of PHP 5.3.0. */ public static function __callStatic($name, $arguments) { return call_user_func_array(array(get_class($this->wrapped), $name), $arguments); } }