From a75bd9669eba9a96eff0408152424e64413253c4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Fri, 1 Aug 2014 00:04:34 +0200 Subject: [PATCH] =?utf8?q?Typo-Fix:=20Trennzeichen=20f=C3=BCr=20CVar-Flags?= =?utf8?q?=20ist=20':'=20nicht=20';'.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/Controller/CustomVariableConfig.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/Controller/CustomVariableConfig.pm b/SL/Controller/CustomVariableConfig.pm index 6601c07ec..d07c8a990 100644 --- a/SL/Controller/CustomVariableConfig.pm +++ b/SL/Controller/CustomVariableConfig.pm @@ -61,7 +61,7 @@ sub show_form { $self->flags({ map { split m/=/, $_, 2 } - split m/;/, ($self->config->flags || '') + split m/:/, ($self->config->flags || '') }); $self->render('custom_variable_config/form', %params); -- 2.20.1