mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-18 23:51:49 +02:00
[ticket/15289] Remove common language from acp module
PHPBB3-15289
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user