mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Pages/TopUsers
* hide 'reports' column as reputation for reports is NYI
This commit is contained in:
@@ -225,7 +225,7 @@ class MorePage extends GenericPage
|
||||
}
|
||||
|
||||
$this->lvTabs[] = ['topusers', array(
|
||||
'hiddenCols' => ['achievements', 'posts', 'uploads'],
|
||||
'hiddenCols' => ['achievements', 'posts', 'uploads', 'reports'],
|
||||
'visibleCols' => ['created'],
|
||||
'name' => '$LANG.lastweek_stc',
|
||||
'name' => $tabName,
|
||||
|
||||
Reference in New Issue
Block a user