Strict Standards: Only variables should be assigned by reference
-
I update the theme my login today, and I have this error when I go to my page login “Strict Standards: Only variables should be assigned by reference” in “custom-redirection.php”, line 92
So…
I change this:
$template =& Theme_My_Login::get_object()->get_active_instance();For this:
$template = Theme_My_Login::get_object()->get_active_instance();and the problem was solved
do not know if that is right or wrong alla made ??this modification, could you please confirm creator ..
thanks
- The topic ‘Strict Standards: Only variables should be assigned by reference’ is closed to new replies.