From c8cc1936d80f6a9b4251e122f40434111c58367d Mon Sep 17 00:00:00 2001 From: MaLuZ Date: Sun, 16 Apr 2017 07:57:16 +0200 Subject: [PATCH] Minor change for the info module to run text through the variable replacement --- modules/info2/show.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/info2/show.php b/modules/info2/show.php index 637c31135..e2086a922 100644 --- a/modules/info2/show.php +++ b/modules/info2/show.php @@ -19,7 +19,7 @@ if($info["text$val"] == null) $func->information(t("Es liegen Informationen zu der ausgewählten Seite vor, jedoch nicht in deiner aktuell gewählten Sprache: %1",$language)); else - $dsp->AddSingleRow($func->AllowHTML($info["text$val"]), '', 'textContent'); + $dsp->AddSingleRow($func->replaceVariables($func->AllowHTML($info["text$val"]), '', 'textContent')); } else $func->error(t('Diese Info-Seite ist nicht aktiviert. Ein Admin muss sie zuerst im Info-Modul aktivieren')); // Show edit/aktivate Buttons