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
path: root/lib
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-11-06 23:25:36 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-11-06 23:25:36 +0300
commit39d9f0261aba3da1301d04110fb050b7a074bbee (patch)
tree68920c18a07053e59e730354e5e8c0ed0ec50144 /lib
parent73f1400d05a6549cbfa40738615029de098da88c (diff)
Make php5.6 compatible again
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'lib')
-rw-r--r--lib/Preview/Office.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Preview/Office.php b/lib/Preview/Office.php
index 612820cb..da0582e0 100644
--- a/lib/Preview/Office.php
+++ b/lib/Preview/Office.php
@@ -41,7 +41,7 @@ abstract class Office extends Provider {
$this->config = $config;
}
- private function getWopiURL(): string {
+ private function getWopiURL() {
return $this->config->getAppValue('richdocuments', 'wopi_url');
}