ImportrunTable: link to new controller

This commit is contained in:
Thomas Gelf 2015-07-26 15:40:14 +02:00
parent ec80dc9d87
commit bc231f983b
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class ImportrunTable extends QuickTable
protected function getActionUrl($row)
{
return $this->url('director/now/where', array('id' => $row->id));
return $this->url('director/importrun', array('id' => $row->id));
}
public function getTitles()