mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Add some comments
This commit is contained in:
parent
8b56d52398
commit
3e14affa9b
1 changed files with 1 additions and 0 deletions
|
|
@ -419,6 +419,7 @@ class OC {
|
|||
self::$loader->registerPrefix('Pimple', '3rdparty/Pimple');
|
||||
spl_autoload_register(array(self::$loader, 'load'));
|
||||
|
||||
// make a dummy session available as early as possible since error pages need it
|
||||
self::$session = new \OC\Session\Memory('');
|
||||
|
||||
// set some stuff
|
||||
|
|
|
|||
Loading…
Reference in a new issue