IN: /components/com_comprofiler/plugin/user/plug_cbprofileupdatelogger/cb.pulog.php ON: Line 590 FROM: [code type=php] if ((string) $oA->$sKey !== (string) $oB->$sKey) { [/code] TO: [code type=php] if ( ( ! is_array( $oA->$sKey ) ) && ( ! is_array( $oB->$sKey ) ) && ( (string) $oA->$sKey !== (string) $oB->$sKey ) ) { [/code]