Subject: | Wrong link to funcitons from Most Viewed |
Simple bug, but I think is very important :)
in most viewed URL was "/function" but need "/functions":
diff of Controller/Functions.pm:
35c35
< my $uri = "/function/$function";
---
Show quoted text
> my $uri = "/functions/$function";
Thank You John! U are GREAT! :D