mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
SyncpropertyController: remove useless method
This commit is contained in:
parent
693837004a
commit
461fbe6b92
@ -18,15 +18,6 @@ class Director_SyncpropertyController extends ActionController
|
|||||||
$this->indexAction();
|
$this->indexAction();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function runAction()
|
|
||||||
{
|
|
||||||
if ($runId = Import::run($id = SyncProperty::load($this->params->get('id'), $this->db()))) {
|
|
||||||
Notification::success('adf' . $runId);
|
|
||||||
$this->redirectNow('director/list/syncproperty');
|
|
||||||
} else {
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public function indexAction()
|
public function indexAction()
|
||||||
{
|
{
|
||||||
$edit = false;
|
$edit = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user