X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FTemplate%2FShellCommand.pm;h=9ea4b8fbfbb3fb8613858482d1daed79b678a779;hb=1d99e3e9537f75342a9f20f1e89a3e8cb4bb5444;hp=082412909bcb10e7cb8685f02f14f39f632da9b8;hpb=750e2f1a6c01e0502cd6874cbce071c9f4d3456c;p=kivitendo-erp.git diff --git a/SL/Template/ShellCommand.pm b/SL/Template/ShellCommand.pm index 082412909..9ea4b8fbf 100644 --- a/SL/Template/ShellCommand.pm +++ b/SL/Template/ShellCommand.pm @@ -35,7 +35,7 @@ sub substitute_vars { sub format_string { my ($self, $variable) = @_; - return shell_quote_best_effort($variable); + return shell_quote($variable); } sub get_mime_type {