summaryrefslogtreecommitdiffstats
path: root/cron
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-06-25 01:18:53 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-06-25 01:18:53 +0200
commit5f0fd49ccd396e654a4bee159799f62ac74fd9f4 (patch)
treee9e0cbb845b6fc61325ca1cd967aa677c79e8156 /cron
parent311afe02dccf43ac497fb351ff579e6522529922 (diff)
add phpunit xml
Diffstat (limited to 'cron')
-rw-r--r--cron/updater.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/cron/updater.php b/cron/updater.php
index ac314760c..a2a343b6e 100644
--- a/cron/updater.php
+++ b/cron/updater.php
@@ -22,10 +22,11 @@ class Updater {
static public function run() {
$app = new Application();
- $container = $app->getContainer();
+
+ $container = $app->getContainer();
// make it possible to turn off cron updates if you use an external
- // script to execute updates in paralell
+ // script to execute updates in parallel
if ($container->query('Config')->getUseCronUpdates()) {
$container->query('Updater')->beforeUpdate();
$container->query('Updater')->update();