pass $_GET to view

This commit is contained in:
Uwe Steinmann 2015-10-19 13:14:50 +02:00
parent 002fa8df29
commit 2c79669c94

View File

@ -76,7 +76,7 @@ if($view) {
$view->setParam('previewWidthList', $settings->_previewWidthList);
$view->setParam('previewWidthDetail', $settings->_previewWidthDetail);
$view->setParam('currenttab', isset($_GET['currenttab']) ? $_GET['currenttab'] : "");
$view->show();
$view($_GET);
exit;
}