aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-10-08 17:12:10 -0700
committerfriendica <info@friendica.com>2014-10-08 17:12:10 -0700
commit6d0fbba7b4dd6d9059cb7e1a2750124f60bbf8c4 (patch)
treef96a217452155c18371342474932012a35b5f4bd /include
parentddcc0ad5676e0bf3775453cd89ef64fcff1c602a (diff)
downloadvolse-hubzilla-6d0fbba7b4dd6d9059cb7e1a2750124f60bbf8c4.tar.gz
volse-hubzilla-6d0fbba7b4dd6d9059cb7e1a2750124f60bbf8c4.tar.bz2
volse-hubzilla-6d0fbba7b4dd6d9059cb7e1a2750124f60bbf8c4.zip
change parent constructor per discussion
Diffstat (limited to 'include')
-rw-r--r--include/RedDAV/RedBrowser.php2
1 files changed, 1 insertions, 1 deletions
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);
}
/**