[Pkg-owncloud-commits] [owncloud] 39/258: Update cron.php

David Prévot taffit at moszumanska.debian.org
Sat Oct 11 17:22:18 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 1e4431ba017e361cfd04e5a8f3f8122d7809b445
Author: Oliver Kohl D.Sc <oliver at kohl.bz>
Date:   Thu Jul 24 13:54:55 2014 +0200

    Update cron.php
---
 cron.php | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/cron.php b/cron.php
index ba17c89..f0acd2f 100644
--- a/cron.php
+++ b/cron.php
@@ -122,8 +122,7 @@ try {
 			// Work and success :-)
 			$jobList = \OC::$server->getJobList();
 			$job = $jobList->getNext();
-			if ($job != null)
-			{
+			if ($job != null) {
 				$job->execute($jobList, $logger);
 				$jobList->setLastJob($job);
 			}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list