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