1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11150] Gallery => Catalog

PHPBB3-11150
This commit is contained in:
Tristan Darricau
2015-09-16 11:33:01 +02:00
committed by Tristan Darricau
parent 963eea33a9
commit 38a58df41b
7 changed files with 24 additions and 24 deletions

View File

@@ -29,7 +29,7 @@ class extensions_composer extends \phpbb\db\migration\migration
'ACP_EXTENSION_MANAGEMENT',
array(
'module_basename' => 'acp_extensions',
'modes' => array('gallery'),
'modes' => array('catalog'),
),
)),
);