mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
got rid of default-tab in listviews
This commit is contained in:
@@ -13,9 +13,7 @@ if (!$smarty->loadCache($cacheKey, $pageData))
|
||||
$pageData = array(
|
||||
'file' => 'race',
|
||||
'data' => $races->getListviewData(),
|
||||
'params' => array(
|
||||
'tabs' => false
|
||||
)
|
||||
'params' => []
|
||||
);
|
||||
|
||||
$smarty->saveCache($cacheKey, $pageData);
|
||||
|
||||
Reference in New Issue
Block a user