mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 02:36:38 +02:00
document plugin-support
move language path declaration to object instantiation git-svn-id: file:///svn/phpbb/trunk@9239 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -91,7 +91,7 @@ phpbb::register('template');
|
||||
phpbb::register('acl');
|
||||
|
||||
// Register user object
|
||||
phpbb::register('user', false, false, phpbb::$config['auth_method']);
|
||||
phpbb::register('user', false, false, phpbb::$config['auth_method'], PHPBB_ROOT_PATH . 'languages/');
|
||||
|
||||
// Register API
|
||||
phpbb::register('api');
|
||||
|
Reference in New Issue
Block a user