SyncpropertyController: remove useless method

This commit is contained in:
Thomas Gelf 2015-08-28 23:58:41 +02:00
parent 693837004a
commit 461fbe6b92
1 changed files with 0 additions and 9 deletions

View File

@ -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;