Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 1.8
-
Fix Version/s: 1.9
-
Component/s: None
-
Labels:None
Description
The current build of Joomla! 1.5 (9147) broke civicrm (front and back ends) with this error:
Fatal error: Call to undefined method: stdClass->load() in /home/mcscomm/public_html/administrator/components/com_civicrm/civicrm/CRM/Core/BAO/UFMatch.php on line 93
I seem to have fixed this by replacing line 93
$user->load( );
with
$user = & JFactory::getUser();