I get an error on some pages of my website:
Strict Standards: Only variables should be passed by reference in /home/... on line 777
here is this line:
$arg_list = $this->_compile_arg_list('function', $tag_command, $attrs, $_cache_attrs='');
What should I change? Any help is appreciated.
The problem solved, thanks.