summaryrefslogtreecommitdiffstats
path: root/core/command
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2015-04-27 11:46:00 +0200
committerJoas Schilling <nickvergessen@owncloud.com>2015-04-27 11:46:00 +0200
commit25b5adfe87bd2e36f9f1ced4f187418d58c30f97 (patch)
treee24ac68c8e316e156bdc81a0d006cf0848438cbb /core/command
parent8f61fbb81f371cab0e13970244a47439926a6b57 (diff)
downloadnextcloud-server-25b5adfe87bd2e36f9f1ced4f187418d58c30f97.tar.gz
nextcloud-server-25b5adfe87bd2e36f9f1ced4f187418d58c30f97.zip
Fix scrutinizer complain
Diffstat (limited to 'core/command')
-rw-r--r--core/command/encryption/listmodules.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/command/encryption/listmodules.php b/core/command/encryption/listmodules.php
index c16344441d8..cd29f57cf11 100644
--- a/core/command/encryption/listmodules.php
+++ b/core/command/encryption/listmodules.php
@@ -75,6 +75,6 @@ class ListModules extends Base {
});
}
- parent::writeArrayInOutputFormat($input, $output, $items);
+ $this->writeArrayInOutputFormat($input, $output, $items);
}
}