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

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2015-04-30 15:52:38 +0300
committerJoas Schilling <nickvergessen@owncloud.com>2015-04-30 15:52:38 +0300
commitc6b7ca98580f5905da6bf42528afd3c92b23c65a (patch)
treeb86bec65d3bf1c93385f352869a2dcc7dc40251f /encryption_dummy
parent5dbb2af0c39523b6f3d5120bb8832f0a4e7e11a6 (diff)
Fix minor issues
Diffstat (limited to 'encryption_dummy')
-rw-r--r--encryption_dummy/appinfo/app.php4
-rw-r--r--encryption_dummy/appinfo/info.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/encryption_dummy/appinfo/app.php b/encryption_dummy/appinfo/app.php
index 51a535a98..7533e563a 100644
--- a/encryption_dummy/appinfo/app.php
+++ b/encryption_dummy/appinfo/app.php
@@ -1,8 +1,8 @@
<?php
$manager = \OC::$server->getEncryptionManager();
-$module = new \OCA\Encryption_Dummy\DummyModule();
-$manager->registerEncryptionModule('OC_DUMMY_MODULE', 'Dummy Encryption Module', function() use ($module) {
+$manager->registerEncryptionModule('OC_DUMMY_MODULE', 'Dummy Encryption Module', function() {
+ $module = new \OCA\Encryption_Dummy\DummyModule();
return $module;
});
diff --git a/encryption_dummy/appinfo/info.xml b/encryption_dummy/appinfo/info.xml
index f62f6fb5d..40e3acddc 100644
--- a/encryption_dummy/appinfo/info.xml
+++ b/encryption_dummy/appinfo/info.xml
@@ -7,8 +7,8 @@
</description>
<licence>AGPL</licence>
<author>Bjoern Schiessle</author>
- <requiremin>8</requiremin>
- <shipped>true</shipped>
+ <requiremin>8.1</requiremin>
+ <shipped>false</shipped>
<rememberlogin>false</rememberlogin>
<types>
<filesystem/>