diff options
| author | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-05-29 15:44:39 +0200 |
|---|---|---|
| committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-05-29 15:44:39 +0200 |
| commit | a3d46575c7f520dc9731ed4e9221c636c5c7c31e (patch) | |
| tree | aea13a869be9340728719cde8f5511a419a6f1f7 /phpBB/phpbb/language/language.php | |
| parent | f5dbc3b6f269cb3841c20ad0096fcedb3dac7492 (diff) | |
| parent | 077051fef56f0d9b504a2593dc84a3d05ef02e18 (diff) | |
| download | forums-a3d46575c7f520dc9731ed4e9221c636c5c7c31e.tar forums-a3d46575c7f520dc9731ed4e9221c636c5c7c31e.tar.gz forums-a3d46575c7f520dc9731ed4e9221c636c5c7c31e.tar.bz2 forums-a3d46575c7f520dc9731ed4e9221c636c5c7c31e.tar.xz forums-a3d46575c7f520dc9731ed4e9221c636c5c7c31e.zip | |
Merge pull request #3613 from nickvergessen/ticket/13844
Ticket/13844 Better FAQ language files
Diffstat (limited to 'phpBB/phpbb/language/language.php')
| -rw-r--r-- | phpBB/phpbb/language/language.php | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/phpBB/phpbb/language/language.php b/phpBB/phpbb/language/language.php index 3298908365..b2b9f5ce12 100644 --- a/phpBB/phpbb/language/language.php +++ b/phpBB/phpbb/language/language.php @@ -83,10 +83,7 @@ class language // Set up default information $this->user_language = false; $this->default_language = false; - $this->lang = array( - // For BC with user::help array - '__help' => array(), - ); + $this->lang = array(); $this->loaded_language_sets = array( 'core' => array(), 'ext' => array(), @@ -155,8 +152,6 @@ class language /** * Add Language Items * - * Note: $use_help is assigned where needed (only use them to force inclusion). - * * Examples: * <code> * $component = array('posting'); |
