ActionController: remove obsolete code

This commit is contained in:
Thomas Gelf 2015-08-28 17:53:35 +02:00
parent 9d921eece6
commit b204e7e6a0
1 changed files with 0 additions and 11 deletions

View File

@ -14,17 +14,6 @@ abstract class ActionController extends Controller
{
protected $db;
protected $forcedMonitoring = false;
public function init()
{
// TODO: this is obsolete I guess
$m = Icinga::app()->getModuleManager();
if (! $m->hasLoaded('monitoring') && $m->hasInstalled('monitoring')) {
$m->loadModule('monitoring');
}
}
protected function applyPaginationLimits(Paginatable $paginatable, $limit = 25, $offset = null)
{
$limit = $this->params->get('limit', $limit);