Merge pull request #4963 from cyberb/patch-1

fixing typo
This commit is contained in:
Christopher 2013-09-24 04:45:13 -07:00
commit e41ef97ac0
1 changed files with 1 additions and 1 deletions

View File

@ -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');
}