Bug #23652 ยป 15865.patch
typo3/alt_clickmenu.php (working copy) | ||
---|---|---|
// Processing by external functions?
|
||
$menuItems = $this->externalProcessingOfDBMenuItems($menuItems);
|
||
if (!is_array($this->rec)) {
|
||
$this->rec=array();
|
||
}
|
||
// Return the printed elements:
|
||
return $this->printItems($menuItems,
|