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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_ldap/lib/Command/ShowConfig.php')
-rw-r--r--apps/user_ldap/lib/Command/ShowConfig.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/Command/ShowConfig.php b/apps/user_ldap/lib/Command/ShowConfig.php
index 7a24889eb09..b108ac757cd 100644
--- a/apps/user_ldap/lib/Command/ShowConfig.php
+++ b/apps/user_ldap/lib/Command/ShowConfig.php
@@ -105,7 +105,7 @@ class ShowConfig extends Command {
$rows[] = array($key, $value);
}
$table->setRows($rows);
- $table->render($output);
+ $table->render();
}
}
}