Quote:
Originally Posted by who
$document =& JFactory::getDocument();
->
$document = JFactory::getDocument();
|
No. =& is explicit reference assignment, it isn't a typo.
teh ghey, I won't bore you with the technical details, but you are probably using PHP 4. Time to upgrade.
As an aside: when asking for help, give the whole bloody file. Seriously.