Hi,
I just installed the News2 template manually (not the quickstart)
I get an error message
Notice: Undefined offset: 0 in /............./templates/gk_news2/lib/framework/helper.social.php on line 28
Any idea ?
Thanks for your help
if(is_array($excluded_categories) && $excluded_categories[0] == '') $excluded_categories = array(0);
if(is_array($excluded_categories) && count($excluded_categories) > 0 && $excluded_categories[0] == '') $excluded_categories = array(0);