respect coding style
@ -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 )) {