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

github.com/ONLYOFFICE/onlyoffice-nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Linnik <sergey.linnik@onlyoffice.com>2017-04-05 16:35:54 +0300
committerSergey Linnik <sergey.linnik@onlyoffice.com>2017-04-05 16:35:54 +0300
commit56a03d56aeedb922f6f8cf9bbc2a788b2111c8e2 (patch)
tree2cdc499f216c540817190eb3130a9809fe0524bd /lib/crypt.php
parente64d1fb0eb07bd2bfeaa29d9323134e29858afe6 (diff)
checking document server if address is not empty
Diffstat (limited to 'lib/crypt.php')
-rw-r--r--lib/crypt.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/crypt.php b/lib/crypt.php
index 28c888b..14222d2 100644
--- a/lib/crypt.php
+++ b/lib/crypt.php
@@ -22,7 +22,7 @@
* in every copy of the program you distribute.
* Pursuant to Section 7 ยง 3(e) we decline to grant you any rights under trademark law for use of our trademarks.
*
-*/
+ */
namespace OCA\Onlyoffice;
@@ -43,7 +43,7 @@ class Crypt {
private $skey;
/**
- * @param OCA\Onlyoffice\AppConfig $config application configutarion
+ * @param OCA\Onlyoffice\AppConfig $config - application configutarion
*/
public function __construct(AppConfig $appConfig) {
$this->skey = $appConfig->GetSKey();