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:
authorAndras Timar <andras.timar@collabora.com>2016-04-05 15:20:05 +0300
committerAndras Timar <andras.timar@collabora.com>2016-04-05 15:20:05 +0300
commitef78d87173f79d20483afd23f46fa3b6a7376697 (patch)
tree385508e5c2ec335d7e010f28a886f951a04f07d1 /lib
parent501e8d917b010a15dcedd383c3282cfa3f5b8320 (diff)
PHP syntax error on Ubuntu 14.04 LTS
syntax error, unexpected '*', expecting ',' or ';' at /var/www/owncloud/apps/richdocuments/lib/db/wopi.php#28
Diffstat (limited to 'lib')
-rw-r--r--lib/db/wopi.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/db/wopi.php b/lib/db/wopi.php
index 7fca0bca..12a0aaef 100644
--- a/lib/db/wopi.php
+++ b/lib/db/wopi.php
@@ -25,7 +25,7 @@ class Wopi extends \OCA\Richdocuments\Db{
const DB_TABLE = '`*PREFIX*richdocuments_wopi`';
// Tokens expire after this many seconds (not defined by WOPI specs).
- const TOKEN_LIFETIME_SECONDS = 30 * 60;
+ const TOKEN_LIFETIME_SECONDS = 1800;
protected $tableName = '`*PREFIX*richdocuments_wopi`';