summaryrefslogtreecommitdiffstats
path: root/cron.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-09-30 10:46:50 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2013-09-30 10:46:50 +0200
commite3dee633393514402bc828e90b493d5168fdf837 (patch)
tree576e0d81276f8b498b511909ca5ad76e0b208223 /cron.php
parent1ec7dff2fe1922a4690dc2537c0c64369ca86ea1 (diff)
parent5899485ca17045e93528c29d1ed63b02192c4191 (diff)
downloadnextcloud-server-e3dee633393514402bc828e90b493d5168fdf837.tar.gz
nextcloud-server-e3dee633393514402bc828e90b493d5168fdf837.zip
Merge branch 'master' into fixing-4011-master
Conflicts: lib/connector/sabre/directory.php lib/connector/sabre/file.php
Diffstat (limited to 'cron.php')
-rw-r--r--cron.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/cron.php b/cron.php
index d39800c8849..8e1a3376d53 100644
--- a/cron.php
+++ b/cron.php
@@ -79,7 +79,7 @@ try {
// We call ownCloud from the CLI (aka cron)
if ($appmode != 'cron') {
- // Use cron in feature!
+ // Use cron in future!
OC_BackgroundJob::setExecutionType('cron');
}