1
0
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:
Meik Sievertsen
2008-12-28 10:53:28 +00:00
parent 0c1c26e2ee
commit fbaf2baa8d
6 changed files with 48 additions and 23 deletions

View File

@@ -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');