I am receiving a PHP error on my site since the PHP version updated. The message I am getting is:
Only variables should be assigned by reference.
The code in question this is referring to is
$this->_base_classes =& is_loaded();
What do I need to change to correct the error? Thanks.