From 52f256a20294829be25a583a776dc0c00916b47d Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 23 Jul 2010 09:34:52 +0000 Subject: [PATCH] Fixed post handling. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19084 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../plugins/addons/propertyEditor/class_commandVerifier.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/plugins/addons/propertyEditor/class_commandVerifier.inc b/gosa-core/plugins/addons/propertyEditor/class_commandVerifier.inc index 345243f65..228fc5310 100644 --- a/gosa-core/plugins/addons/propertyEditor/class_commandVerifier.inc +++ b/gosa-core/plugins/addons/propertyEditor/class_commandVerifier.inc @@ -59,7 +59,7 @@ class commandVerifier Return code:$code "; } - $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'))); } -- 2.30.2