From decff63ca3d539333a4d23fb84c114d304bf14a1 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Sat, 29 Aug 2015 00:06:33 +0200 Subject: [PATCH] ImportsourceTable: do not link to _main --- application/tables/ImportsourceTable.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/application/tables/ImportsourceTable.php b/application/tables/ImportsourceTable.php index a044c395..9b9185ca 100644 --- a/application/tables/ImportsourceTable.php +++ b/application/tables/ImportsourceTable.php @@ -33,8 +33,7 @@ class ImportsourceTable extends QuickTable ) . ' ' . $this->view->qlink( 'Run', 'director/importsource/run', - array('id' => $row->id), - array('data-base-target' => '_main') + array('id' => $row->id) ); }