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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2020-09-16 09:22:55 +0300
committerdartcafe <github@dartcafe.de>2020-09-16 09:22:55 +0300
commitf5d97bbdf6eb880b223e29947c5a1a95642b2a1e (patch)
treedac3be9549769b116d1c208af97a8317557fcdff /lib/Controller
parent18319f92d6d38371c067baee42c5354364c07ada (diff)
fix writing preferences
Diffstat (limited to 'lib/Controller')
-rw-r--r--lib/Controller/PreferencesController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Controller/PreferencesController.php b/lib/Controller/PreferencesController.php
index 6474b0e0..763ee342 100644
--- a/lib/Controller/PreferencesController.php
+++ b/lib/Controller/PreferencesController.php
@@ -73,7 +73,7 @@ class PreferencesController extends Controller {
* write
* Write wreferences
* @NoAdminRequired
- * @param int $settings
+ * @param array $settings
* @return DataResponse
*/
public function write($settings) {