Commit 9403e630 by Scott

Fix display of newest users page

Fixes #534
parent 97eec8c1
......@@ -1416,10 +1416,12 @@ function qa_users_sub_navigation()
);
}
if ($showNewUsersPage) {
$menuItems['users/new'] = array(
'label' => qa_lang_html('main/newest_users'),
'url' => qa_path_html('users/new'),
);
}
if ($showSpecialUsersPage) {
$menuItems['users/special'] = array(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment