replace double quotes with single quotes
This commit is contained in:
parent
fef9d4218c
commit
980dd4d22a
|
@ -660,7 +660,7 @@ class OC {
|
|||
if ($config->getSystemValue('installed', false) && $config->getSystemValue('log_rotate_size', false) && !\OCP\Util::needUpgrade()) {
|
||||
//don't try to do this before we are properly setup
|
||||
//use custom logfile path if defined, otherwise use default of owncloud.log in data directory
|
||||
\OCP\BackgroundJob::registerJob('OC\Log\Rotate', $config->getSystemValue('logfile', $config->getSystemValue("datadirectory", OC::$SERVERROOT . '/data') . '/owncloud.log'));
|
||||
\OCP\BackgroundJob::registerJob('OC\Log\Rotate', $config->getSystemValue('logfile', $config->getSystemValue('datadirectory', OC::$SERVERROOT . '/data') . '/owncloud.log'));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue