mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/13844] Remove hacky code for the help array
PHPBB3-13844
This commit is contained in:
@@ -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');
|
||||
|
Reference in New Issue
Block a user