From bc231f983b9491ce03f07de93153ead51937a6fa Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Sun, 26 Jul 2015 15:40:14 +0200 Subject: [PATCH] ImportrunTable: link to new controller --- application/tables/ImportrunTable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/tables/ImportrunTable.php b/application/tables/ImportrunTable.php index da3cd6c4..bb662fa1 100644 --- a/application/tables/ImportrunTable.php +++ b/application/tables/ImportrunTable.php @@ -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()