// Removed deprecated option form in stats
This commit is contained in:
@@ -51,7 +51,6 @@ abstract class AdminStatsTabControllerCore extends AdminPreferencesControllerCor
|
||||
}
|
||||
|
||||
$this->content .= $this->displayMenu();
|
||||
$this->content .= $this->displayEngines();
|
||||
$this->content .= $this->displayCalendar();
|
||||
$this->content .= $this->displayStats();
|
||||
|
||||
@@ -110,6 +109,7 @@ abstract class AdminStatsTabControllerCore extends AdminPreferencesControllerCor
|
||||
return $tpl->fetch();
|
||||
}
|
||||
|
||||
/* Not used anymore, but still work */
|
||||
protected function displayEngines()
|
||||
{
|
||||
$tpl = $this->createTemplate('engines.tpl');
|
||||
|
||||
Reference in New Issue
Block a user