summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 18a497f)
raw | patch | inline | side by side (parent: 18a497f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 23 Jul 2010 09:34:52 +0000 (09:34 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 23 Jul 2010 09:34:52 +0000 (09:34 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19084 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/addons/propertyEditor/class_commandVerifier.inc | patch | blob | history |
diff --git a/gosa-core/plugins/addons/propertyEditor/class_commandVerifier.inc b/gosa-core/plugins/addons/propertyEditor/class_commandVerifier.inc
index 345243f6595274b52ff8b05cb8956da265d56459..228fc53106843a3d3c5fb68bb72a581b4caf57df 100644 (file)
<tr><td><b>Return code:</b></td><td>$code</td></tr>
</table>";
}
- $smarty->assign('value', htmlentities($this->command,ENT_COMPAT,'UTF-8'));
+ $smarty->assign('value', set_post($this->command));
$smarty->assign('output', $output);
return($smarty->fetch(get_template_path('commandVerifier.tpl', 'TRUE')));
}