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