From: Robin Appelman Date: Tue, 3 Jun 2014 08:57:18 +0000 (+0200) Subject: Add some comments X-Git-Tag: v7.0.0alpha2~132^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3e14affa9b3a5c44108e43fef15ce9b9970640d9;p=nextcloud-server.git Add some comments --- diff --git a/lib/base.php b/lib/base.php index 4a6e3f61c65..c5cae0212c3 100644 --- a/lib/base.php +++ b/lib/base.php @@ -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