Add some comments

This commit is contained in:
Robin Appelman 2014-06-03 10:57:18 +02:00
parent 8b56d52398
commit 3e14affa9b
1 changed files with 1 additions and 0 deletions

View File

@ -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