X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FController%2FCustomerVendor.pm;h=da4b7c9d5d1c99ac187953cb725a36bf770a4192;hb=3c90061ba294d86b5e92bfe3e7b47c1005209937;hp=440269461d76649487000de98e76a471c4bcf069;hpb=a42d2de5269914431ed763e5c5a1868a5547ed83;p=kivitendo-erp.git diff --git a/SL/Controller/CustomerVendor.pm b/SL/Controller/CustomerVendor.pm index 440269461..da4b7c9d5 100644 --- a/SL/Controller/CustomerVendor.pm +++ b/SL/Controller/CustomerVendor.pm @@ -375,7 +375,7 @@ sub action_search_contact { my $url = 'ct.pl?action=search_contact&db=customer'; if ( $::form->{callback} ) { - $url .= '&callback='. $::from->escape($::form->{callback}); + $url .= '&callback='. $::form->escape($::form->{callback}); } print $::form->redirect_header($url);