1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Code cleanup

This commit is contained in:
Cameron 2019-06-16 12:44:22 -07:00
parent 6b73f6d198
commit 4780e73ef4
2 changed files with 1 additions and 4 deletions

View File

@ -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)

View File

@ -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']))