From da32ecb30b8653aa943daab42c8bec84b5d52f9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Calvo?= Date: Thu, 3 Aug 2017 19:15:21 +0200 Subject: [PATCH] [ticket/15289] Remove comment PHPBB3-15289 --- phpBB/includes/acp/acp_storage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/acp/acp_storage.php b/phpBB/includes/acp/acp_storage.php index a552be0f44..1f842f1388 100644 --- a/phpBB/includes/acp/acp_storage.php +++ b/phpBB/includes/acp/acp_storage.php @@ -154,7 +154,7 @@ class acp_storage $this->template->assign_vars(array( 'STORAGES' => $this->storage_collection, 'PROVIDERS' => $this->provider_collection, - 'CONFIG' => $this->config // Maybe this should be added to \phpbb\templat\twig\extension + 'CONFIG' => $this->config )); } }