From f43d7611f7b35d8052c329ecbc944e9370b600de Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 21 Mar 2018 11:21:43 +0100 Subject: [translation] Fix saving of multiline texts --- modules-available/translation/page.inc.php | 1 + 1 file changed, 1 insertion(+) (limited to 'modules-available/translation/page.inc.php') diff --git a/modules-available/translation/page.inc.php b/modules-available/translation/page.inc.php index df7bc15e..bd5d440e 100644 --- a/modules-available/translation/page.inc.php +++ b/modules-available/translation/page.inc.php @@ -999,6 +999,7 @@ class Page_Translation extends Page //find the tag requests to change the file $tags = Request::post('langtag', array(), 'array'); foreach ($tags as $tag => $value) { + error_log($tag . '=' . $value); $tag = trim($tag); if (empty($tag)) { Message::addWarning('i18n-empty-tag'); -- cgit v1.2.3-55-g7522