We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 095ab44 commit 32dd464Copy full SHA for 32dd464
apps/user_ldap/ajax/wizard.php
@@ -105,8 +105,7 @@
105
$setParameters = [];
106
$configuration->setConfiguration($cfg, $setParameters);
107
if (!in_array($key, $setParameters)) {
108
- \OC_JSON::error(['message' => $l->t($key .
109
- ' Could not set configuration %s', $setParameters[0])]);
+ \OC_JSON::error(['message' => $l->t('Could not set configuration %1$s to %2$s', [$key, $setParameters[0]])]);
110
exit;
111
}
112
$configuration->saveConfiguration();
0 commit comments