mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +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();
|
||||
}
|
||||
|
||||
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()
|
||||
{
|
||||
$edit = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user