From 49ec5ff4e4ae14ab6e3964c675d2f149e0e66426 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Thu, 22 Feb 2018 12:10:30 +0100 Subject: 2nd parameter to t() must be array Signed-off-by: Arthur Schiwon --- apps/user_ldap/templates/part.wizard-groupfilter.php | 4 ++-- apps/user_ldap/templates/part.wizard-loginfilter.php | 2 +- apps/user_ldap/templates/part.wizard-userfilter.php | 2 +- apps/user_ldap/templates/settings.php | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'apps/user_ldap') diff --git a/apps/user_ldap/templates/part.wizard-groupfilter.php b/apps/user_ldap/templates/part.wizard-groupfilter.php index 640b0bccb8a..a059b466812 100644 --- a/apps/user_ldap/templates/part.wizard-groupfilter.php +++ b/apps/user_ldap/templates/part.wizard-groupfilter.php @@ -1,7 +1,7 @@

- t('Groups meeting these criteria are available in %s:', $theme->getName()));?> + t('Groups meeting these criteria are available in %s:', [$theme->getName()]));?>

diff --git a/apps/user_ldap/templates/part.wizard-loginfilter.php b/apps/user_ldap/templates/part.wizard-loginfilter.php index 2b0bd3f230d..c7cbabb7aba 100644 --- a/apps/user_ldap/templates/part.wizard-loginfilter.php +++ b/apps/user_ldap/templates/part.wizard-loginfilter.php @@ -1,7 +1,7 @@

- t('When logging in, %s will find the user based on the following attributes:', $theme->getName()));?> + t('When logging in, %s will find the user based on the following attributes:', [$theme->getName()]));?>

diff --git a/apps/user_ldap/templates/settings.php b/apps/user_ldap/templates/settings.php index 1e1c85db247..d22b31ac333 100644 --- a/apps/user_ldap/templates/settings.php +++ b/apps/user_ldap/templates/settings.php @@ -83,7 +83,7 @@ style('user_ldap', 'settings');

-


+


t('Directory Settings'));?>

-- cgit v1.2.3