Joomla mod_placehere error
Notice: Undefined property: stdClass::$groups in \components\com_content\helpers\icon.php on line 123
you can fix this error by changing line 122
if(!isset($article->groups)) to
if(isset($article->groups))
The Not IsSet then using the variable was causing the error.
1 comment:
installing the latest version (1.3.1) of placehere fixes this problem - http://diebesteallerzeiten.de/blog/module-15/
Post a Comment