Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Db/Wopi.php')
-rw-r--r--lib/Db/Wopi.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Db/Wopi.php b/lib/Db/Wopi.php
index 5845219a..529e6b6c 100644
--- a/lib/Db/Wopi.php
+++ b/lib/Db/Wopi.php
@@ -96,10 +96,10 @@ class Wopi extends Entity {
protected $isRemoteToken;
/** @var string */
- protected $remoteServer;
+ protected $remoteServer = '';
/** @var string */
- protected $remoteServerToken;
+ protected $remoteServerToken = '';
/** @var string */
protected $share;