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

[ticket/15289] Use config global

PHPBB3-15289
This commit is contained in:
Rubén Calvo
2017-08-03 19:29:42 +02:00
parent 5be42739dc
commit fdb75ed443
2 changed files with 1 additions and 2 deletions

View File

@@ -155,7 +155,6 @@ class acp_storage
$this->template->assign_vars(array(
'STORAGES' => $this->storage_collection,
'PROVIDERS' => $this->provider_collection,
'CONFIG' => $this->config
));
}
}