User tests: Successful: Unsuccessful:
Added check for system messages to ensure that, if any are present, pages are not fetched from cache, or cached
Tracker item created.
->messageQueue is always array, so isarray($messages) is useless, we need just use:
if (count($app->getMessageQueue())) {
return;
}
Please create a tracker on joomlacode and add the link here.