From 3c5a11fa0874107016b147c99a1ef0413790bdf3 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 9 Aug 2022 15:54:48 +0200 Subject: [PATCH] set default for currenttab --- out/out.ViewFolder.php | 1 + 1 file changed, 1 insertion(+) diff --git a/out/out.ViewFolder.php b/out/out.ViewFolder.php index 2aca32070..7e54d20f2 100644 --- a/out/out.ViewFolder.php +++ b/out/out.ViewFolder.php @@ -99,6 +99,7 @@ if($view) { $view->setParam('offset', $offset); $view->setParam('limit', $limit); $view->setParam('onepage', $settings->_onePageMode); // do most navigation by reloading areas of pages with ajax + $view->setParam('currenttab', 'folderinfo'); $view($_GET); exit; }