Wozu haben wir tests für sowas?
authorSven Schöling <s.schoeling@linet-services.de>
Thu, 22 Aug 2013 12:30:41 +0000 (14:30 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Thu, 22 Aug 2013 12:30:41 +0000 (14:30 +0200)
SL/Controller/CustomerVendor.pm

index 4402694..da4b7c9 100644 (file)
@@ -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);