[FIXED] - 4418 : Module caching always enable when selecting "use global" - Joomla! Forum - community, help and support
description:
if select use global caching parameter module (latest news exemple), caching on.
reported on:
today's trunk
classification:
[q&t] critical/high/medium/low/enhancement
affected functions:
module administration
related files:
/joomla/libraries/joomla/document/html/renderer/module.php
steps replicate:
publish last news module global config parameter extension cache set no, see module unpublish articles you'll still see in module.
analysis:
[q&t] confirmed/unable confirm/rejected
any other comments
proposed fix(es):
change line 49
if ($mod_params->get('cache', 0) == 1) {
$cache->setcaching(jfactory::getconfig()->getvalue('config.caching'));
} else {
$cache->setcaching(0);
}
topic / artifact id:
[user] enter crosss reference topic or artifact id/url when submitted : none
system info:
ubuntu lampp eclipse firefox
if select use global caching parameter module (latest news exemple), caching on.
reported on:
today's trunk
classification:
[q&t] critical/high/medium/low/enhancement
affected functions:
module administration
related files:
/joomla/libraries/joomla/document/html/renderer/module.php
steps replicate:
publish last news module global config parameter extension cache set no, see module unpublish articles you'll still see in module.
analysis:
[q&t] confirmed/unable confirm/rejected
any other comments
proposed fix(es):
change line 49
if ($mod_params->get('cache', 0) == 1) {
$cache->setcaching(jfactory::getconfig()->getvalue('config.caching'));
} else {
$cache->setcaching(0);
}
topic / artifact id:
[user] enter crosss reference topic or artifact id/url when submitted : none
system info:
ubuntu lampp eclipse firefox
fixed on svn. thanks!
Comments
Post a Comment