mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
Code cleanup
This commit is contained in:
parent
6b73f6d198
commit
4780e73ef4
@ -1030,10 +1030,6 @@ if (!class_exists('e107table', false))
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function debugContent()
|
||||
{
|
||||
return $this->content;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set Advanced Page/Menu content (beyond just $caption and $text)
|
||||
|
@ -27,6 +27,7 @@ if(false === $cached)
|
||||
$parms['caption'] = $parms['caption'][e_LANGUAGE];
|
||||
}
|
||||
|
||||
/** @var e_news_tree $ntree */
|
||||
$ntree = e107::getObject('e_news_tree', null, e_HANDLER.'news_class.php');
|
||||
|
||||
if(empty($parms['tmpl']))
|
||||
|
Loading…
x
Reference in New Issue
Block a user