X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/aa01fd254647f4a0b76852b3ab2773d60ffe6161..0d5564ee4eaf6af6cbcc0c59b08e9ed16c828b49:/SL/Controller/TopQuickSearch/Article.pm diff --git a/SL/Controller/TopQuickSearch/Article.pm b/SL/Controller/TopQuickSearch/Article.pm index b0a28e00b..f3fc1acbe 100644 --- a/SL/Controller/TopQuickSearch/Article.pm +++ b/SL/Controller/TopQuickSearch/Article.pm @@ -64,8 +64,8 @@ sub redirect_to_part { my ($self, $term) = @_; SL::Controller::Base->new->url_for( - controller => 'ic.pl', - action => 'edit', + controller => 'controller.pl', + action => 'Part/edit', id => $term, ); }