webfonts / Web-Fonts

A Joomla! series of packages that connect to various web services to provide dynamic CSS font-face fonts.
10 stars 7 forks source link

Strict Standards: Only variables should be assigned by reference #40

Open inkedkoidesigns opened 11 years ago

inkedkoidesigns commented 11 years ago

I came across this error today after checking on my websites. I'm not sure how to correct the issue. The Error:

Strict Standards: Only variables should be assigned by reference in ..../plugins/system/webfonts/helpers/utilities.php on line 11

This is what the Utilities.php looks like:

<?php /----------------------------------------- License: GPL v 3.0 or later -----------------------------------------/

defined ('_JEXEC') or die();

class BBJoomlaEnviroUtilities {

static public function areWeOnAdminSide(){ $app =& JFactory::getApplication(); return $app->isAdmin(); }

}

Can anyone let me know what needs to be changed on line 11?