Code

Fixed post handling.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 23 Jul 2010 09:34:52 +0000 (09:34 +0000)
committerhickert <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

index 345243f6595274b52ff8b05cb8956da265d56459..228fc53106843a3d3c5fb68bb72a581b4caf57df 100644 (file)
@@ -59,7 +59,7 @@ class commandVerifier
                 <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')));
     }