]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/TopQuickSearch/Article.pm
Part Controller - id -> part.id
[mfinanz.git] / SL / Controller / TopQuickSearch / Article.pm
index b0a28e00bf27cb9d9732e735a8575327cd89adda..ba051d280a3ac437e1b30ed05cb716ce40a8a70d 100644 (file)
@@ -64,9 +64,9 @@ sub redirect_to_part {
   my ($self, $term) = @_;
 
   SL::Controller::Base->new->url_for(
-    controller => 'ic.pl',
-    action     => 'edit',
-    id         => $term,
+    controller => 'controller.pl',
+    action     => 'Part/edit',
+    'part.id'  => $term,
   );
 }