Skip to content
Snippets Groups Projects
Commit ff658bd5 authored by hahn's avatar hahn
Browse files

Fix placeholders in rollout plugin forms

parent fbe6c586
Branches
No related tags found
1 merge request!9Rollout plugins - converter
...@@ -183,7 +183,7 @@ class rollout_base implements iRolloutplugin{ ...@@ -183,7 +183,7 @@ class rollout_base implements iRolloutplugin{
$sMyPlaceholder=(isset($aDefaultValues[$sVarname]) $sMyPlaceholder=(isset($aDefaultValues[$sVarname])
? $aDefaultValues[$sVarname] ? htmlentities($aDefaultValues[$sVarname])
: (isset($aVarinfos['default']) ? $aVarinfos['default'] : 'N.A.') : (isset($aVarinfos['default']) ? $aVarinfos['default'] : 'N.A.')
); );
switch ($aVarinfos['type']) { switch ($aVarinfos['type']) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment