This commit is contained in:
Bernhard Posselt 2013-08-06 14:48:45 +02:00
Родитель 7318053c63
Коммит 5907c0a443
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -147,7 +147,7 @@ This will be in a separate config file in the future but for now you can tweak t
:file:`dependencyinjection/dicontainer.php`
* To use a custom update/cron script you need to disable the cronjob which is run by ownCloud by default:
* To use a custom update/cron script you need to disable the cronjob which is run by ownCloud by default::
$this['useCronUpdates'] = false;