mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-25 18:59:05 +02:00
ActionController: remove obsolete code
This commit is contained in:
parent
9d921eece6
commit
b204e7e6a0
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user