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 )); } }