1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

Minor LAN fix in menu title (admin area)

This commit is contained in:
Moc
2013-04-29 14:20:35 +02:00
parent fedd644b69
commit ef729f87c4

View File

@@ -875,6 +875,6 @@ function usersettings_adminmenu()
$var ['ranks']['perm'] = '4|U3';
// $var['mailing']['text']= USRLAN_121;
// $var['mailing']['link']="mailout.php";
show_admin_menu(USRLAN_76,$action,$var);
show_admin_menu(LAN_USER_OPTIONS, $action,$var);
}
?>