- Open libraries/nextend/accordionmenu/treebase.php
- Find the following part:
$this->renderItem();
}
function renderItem() {
- Replace it with:
$cache = & JFactory::getCache();
$cache->call(array($this, 'renderItem'), JURI::getInstance()->toString());
}
function renderItem($dummy=NULL) {
No comments:
Post a Comment