diff options
author | friendica <info@friendica.com> | 2014-02-13 03:06:48 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-13 03:06:48 -0800 |
commit | 5cedc324eb290e32f547e23799ec3e09fc30c496 (patch) | |
tree | c7c0ca9cb5a9e47f7bd61595bbccdc753c73e4b4 /include/reddav.php | |
parent | 99c19b307e71eccccdcacef4e94c3d4fd015d2a1 (diff) | |
download | volse-hubzilla-5cedc324eb290e32f547e23799ec3e09fc30c496.tar.gz volse-hubzilla-5cedc324eb290e32f547e23799ec3e09fc30c496.tar.bz2 volse-hubzilla-5cedc324eb290e32f547e23799ec3e09fc30c496.zip |
reddav - disable assets
Diffstat (limited to 'include/reddav.php')
-rw-r--r-- | include/reddav.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/reddav.php b/include/reddav.php index 5ffffdab2..94ff48d21 100644 --- a/include/reddav.php +++ b/include/reddav.php @@ -851,7 +851,7 @@ class RedBrowser extends DAV\Browser\Plugin { function __construct(&$auth) { $this->auth = $auth; - + $this->enableAssets = false; } |