aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/language/language.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2015-05-17 21:18:17 +0200
committerJoas Schilling <nickvergessen@gmx.de>2015-05-17 21:18:17 +0200
commit8ce0a64a16aa9d1b8edcef684c528cf44bc39cc6 (patch)
tree83e50ff0d04a8e974013d646280f6946f8dee478 /phpBB/phpbb/language/language.php
parent80be642a0b77d400dadce7a8a30c50d32c27bf1f (diff)
downloadforums-8ce0a64a16aa9d1b8edcef684c528cf44bc39cc6.tar
forums-8ce0a64a16aa9d1b8edcef684c528cf44bc39cc6.tar.gz
forums-8ce0a64a16aa9d1b8edcef684c528cf44bc39cc6.tar.bz2
forums-8ce0a64a16aa9d1b8edcef684c528cf44bc39cc6.tar.xz
forums-8ce0a64a16aa9d1b8edcef684c528cf44bc39cc6.zip
[ticket/13844] Remove hacky code for the help array
PHPBB3-13844
Diffstat (limited to 'phpBB/phpbb/language/language.php')
-rw-r--r--phpBB/phpbb/language/language.php7
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');