Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.3.3
-
Fix Version/s: 4.3.4
-
Component/s: Joomla Integration
-
Labels:
Description
Line 59 of the joomla plugins/quickicon/civicrmicon needs to change from:
$document =& JFactory::getDocument();
to
$document = JFactory::getDocument();
otherwise it throws a PHP strict error notice.