Update cron.php

respect coding style
This commit is contained in:
Thomas Müller 2012-09-04 12:08:58 +03:00
parent b0d186265a
commit a1bd1ae484
1 changed files with 9 additions and 9 deletions

View File

@ -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 )) {