got rid of default-tab in listviews

This commit is contained in:
Sarjuuk
2013-05-21 23:01:38 +02:00
parent c5b81bd6e7
commit 3bb5b83baf
21 changed files with 5 additions and 29 deletions

View File

@@ -27,7 +27,6 @@ if (!$smarty->loadCache($cacheKey, $pageData))
// listview content
$pageData['data'] = $itemsets->getListviewData();
$pageData['params'] = ['tabs' => false];
// create note if search limit was exceeded
if ($itemsets->getMatches() > $AoWoWconf['sqlLimit'])