Open inkedkoidesigns opened 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?
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?