diff options
Diffstat (limited to 'include')
-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; } |