From 441cbedeceab9d8540aa73dc6e6016d8bf38e721 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Fri, 30 Apr 2021 22:03:54 +0200 Subject: [PATCH] fix syntax error --- metadata.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/metadata.php b/metadata.php index 38ea48d..0fc38f8 100644 --- a/metadata.php +++ b/metadata.php @@ -34,7 +34,8 @@ $aModule = array( 'mehrfache Wertezuordnung zu Attributen', 'en' => ' '. - 'multiple value assignment to attributes', + 'multiple value assignment to attributes' + ], 'version' => '0.0.0.1', 'author' => 'D³ Data Development (Inh.: Thomas Dartsch)', 'email' => 'support@shopmodule.com',