Skip to content

Commit

Permalink
Minor change for the info module to run text through the variable rep…
Browse files Browse the repository at this point in the history
…lacement
  • Loading branch information
M4LuZ committed Apr 16, 2017
1 parent 7bd489e commit c8cc193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/info2/show.php
Original file line number Diff line number Diff line change
Expand Up @@ -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: <b>%1</b>",$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
Expand Down

0 comments on commit c8cc193

Please sign in to comment.