after updating to the latest version I have back a previous error in the following file :
modules > mod_news_pro_gk5 > tmpl > portal_modes > grid_news > configuration.php
on line 71 the variable configuration is used incorrect
- Code: Select all
$content = NSP_GK5_View::textPlugins($content, $this->parent->config);
in stead of
- Code: Select all
$content = NSP_GK5_View::textPlugins($content, $config);
I have changed the code for my site, but can you get this corrected in the source for future releases as well?
Kr. Ronald.