diff --git a/include/RedDAV/RedBrowser.php b/include/RedDAV/RedBrowser.php index be5606393..6639250ae 100644 --- a/include/RedDAV/RedBrowser.php +++ b/include/RedDAV/RedBrowser.php @@ -41,7 +41,7 @@ class RedBrowser extends DAV\Browser\Plugin { */ public function __construct(&$auth) { $this->auth = $auth; -// parent::__construct(false, false); + parent::__construct(true, false); } /**