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