1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 06:38:00 +02:00

Fix for user profile data. Fix for default settings of newforumposts_menu.php.

This commit is contained in:
Cameron
2016-03-23 19:34:17 -07:00
parent 825ab74984
commit 12beda569d
8 changed files with 24 additions and 8 deletions

View File

@@ -80,7 +80,7 @@ if(!deftrue('OLD_FORUMADMIN'))
'main/prefs' => array('caption'=> LAN_PREFS, 'perm' => 'P'),
'opt2' => array('divider'=>true),
'report/list' => array('caption'=> FORLAN_116, 'perm'=>'P'),
'post/list' => array('caption'=>FORLAN_188, 'perm'=>'P'),
'post/list' => array('caption'=>LAN_PLUGIN_FORUM_LATESTPOSTS, 'perm'=>'P'),
'main/prune' => array('caption'=> LAN_PRUNE, 'perm' => 'P'),
'main/tools' => array('caption'=>FORLAN_153, 'perm'=>'p')