Fix indent
This commit is contained in:
parent
9433b94fd5
commit
22394fa4f5
1 changed files with 2 additions and 2 deletions
4
cron.php
4
cron.php
|
@ -53,8 +53,8 @@ try {
|
|||
|
||||
\OC::$session->close();
|
||||
|
||||
// initialize a dummy memory session
|
||||
\OC::$session = new \OC\Session\Memory('');
|
||||
// initialize a dummy memory session
|
||||
\OC::$session = new \OC\Session\Memory('');
|
||||
|
||||
$logger = \OC_Log::$object;
|
||||
|
||||
|
|
Loading…
Reference in a new issue