mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-05 16:33:34 +02:00
[ticket/15289] Remove common language from acp module
PHPBB3-15289
This commit is contained in:
parent
11f13e21ac
commit
c2f508eec6
@ -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…
x
Reference in New Issue
Block a user