X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/93f51d6216763896c85506cb815a9acbd653d4d5..a99a31d6e4bb41691a28ddb1ce9f20e5219ec4e1:/SL/Controller/Helper/Sorted.pm diff --git a/SL/Controller/Helper/Sorted.pm b/SL/Controller/Helper/Sorted.pm index 4afae9d79..ca8a565a8 100644 --- a/SL/Controller/Helper/Sorted.pm +++ b/SL/Controller/Helper/Sorted.pm @@ -12,7 +12,7 @@ my $controller_sort_spec; sub make_sorted { my ($class, %specs) = @_; - $specs{MODEL} ||= $class->_controller_name; + $specs{MODEL} ||= $class->controller_name; $specs{MODEL} =~ s{ ^ SL::DB:: (?: .* :: )? }{}x; while (my ($column, $spec) = each %specs) {