mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/15289] Remove common language from acp module
PHPBB3-15289
This commit is contained in:
parent
11f13e21ac
commit
c2f508eec6
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class acp_storage
|
|||
$this->storage_collection = $phpbb_container->get('storage.storage_collection');
|
||||
|
||||
// Add necesary language files
|
||||
$this->lang->add_lang(['common', 'acp/storage']);
|
||||
$this->lang->add_lang(['acp/storage']);
|
||||
|
||||
/**
|
||||
* Add language strings
|
||||
|
|
Loading…
Add table
Reference in a new issue