Merge pull request #34 from timar/master

PHP syntax error on Ubuntu 14.04 LTS
pull/1/head
Andras Timar 8 years ago
commit 157719b5f3

@ -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`';

Loading…
Cancel
Save