mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-19 06:51:33 +02:00
splitted language files
git-svn-id: file:///svn/phpbb/trunk@4844 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -19,6 +19,9 @@ include($phpbb_root_path . 'includes/functions_admin.'.$phpEx);
|
||||
include($phpbb_root_path . 'includes/functions_posting.'.$phpEx);
|
||||
include($phpbb_root_path . 'includes/message_parser.'.$phpEx);
|
||||
|
||||
$lang_set = array(
|
||||
'file' => array('posting')
|
||||
);
|
||||
|
||||
// Start session management
|
||||
$user->start();
|
||||
@@ -125,7 +128,7 @@ if ($sql)
|
||||
|
||||
$post_edit_locked = (int) $post_edit_locked;
|
||||
|
||||
$user->setup(false, $forum_style);
|
||||
$user->setup('posting', $forum_style);
|
||||
|
||||
if ($forum_password)
|
||||
{
|
||||
|
Reference in New Issue
Block a user