This commit is contained in:
Pranav Kant 2016-09-14 11:46:15 +05:30
Родитель 7a0d2b944c
Коммит 84dbbafe70
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -13,8 +13,8 @@ namespace OCA\Richdocuments;
use \OCP\IConfig;
class AppConfig{
private $appName = 'richdocuments';
class AppConfig{
private $appName = 'richdocuments';
private $defaults = [
'wopi_url' => 'https://localhost:9980'
];
@ -73,4 +73,3 @@ use \OCP\IConfig;
return $this->config->setAppValue($userId, $this->appName, $key, $value);
}
}