ImportsourceTable: do not link to _main

This commit is contained in:
Thomas Gelf 2015-08-29 00:06:33 +02:00
parent 8711e877ab
commit decff63ca3

View File

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