summaryrefslogtreecommitdiffstats
path: root/modules-available/translation/page.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2018-03-21 11:21:43 +0100
committerSimon Rettberg2018-03-21 11:21:43 +0100
commitf43d7611f7b35d8052c329ecbc944e9370b600de (patch)
tree8d2822403a8330762b38d1981fca511b347df6d4 /modules-available/translation/page.inc.php
parent[inc/*] Suppress warning, don't close statements (diff)
downloadslx-admin-f43d7611f7b35d8052c329ecbc944e9370b600de.tar.gz
slx-admin-f43d7611f7b35d8052c329ecbc944e9370b600de.tar.xz
slx-admin-f43d7611f7b35d8052c329ecbc944e9370b600de.zip
[translation] Fix saving of multiline texts
Diffstat (limited to 'modules-available/translation/page.inc.php')
-rw-r--r--modules-available/translation/page.inc.php1
1 files changed, 1 insertions, 0 deletions
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');