зеркало из https://github.com/nextcloud/news.git
fix config path
This commit is contained in:
Родитель
b34677c439
Коммит
1ba0e296b9
|
@ -87,7 +87,7 @@ class Application extends App {
|
|||
* Utility
|
||||
*/
|
||||
$container->registerService('ConfigPath', function($c) {
|
||||
return 'news/config.ini';
|
||||
return 'news/config/';
|
||||
});
|
||||
|
||||
$container->registerService('ConfigView', function($c) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче