Update cron.php

respect coding style
remotes/origin/stable45
Thomas Müller 13 years ago
parent b0d186265a
commit a1bd1ae484
  1. 2
      cron.php

@ -37,7 +37,7 @@ function handleUnexpectedShutdown() {
}
$RUNTIME_NOSETUPFS = true;
require_once('lib/base.php');
require_once 'lib/base.php';
// Don't do anything if ownCloud has not been installed
if( !OC_Config::getValue( 'installed', false )) {

Loading…
Cancel
Save