Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in com_finder/views/search/view.feed.php #156

Closed
okonomiyaki3000 opened this issue Mar 19, 2012 · 3 comments
Closed

Bug in com_finder/views/search/view.feed.php #156

okonomiyaki3000 opened this issue Mar 19, 2012 · 3 comments

Comments

@okonomiyaki3000
Copy link
Contributor

Line 41 assigns the params object to $params.
Line 51 accesses $this->params which was never assigned.

It doesn't seem to matter much if the variable is local or a class property (although having access to it in the template might be useful) but it should be one or the other.

@infograf768
Copy link
Member

@okonomiyaki3000
Copy link
Contributor Author

I'd love to post a follow up to that thread but joomlacode.org is STILL broken. When are you guys going to shut that thing down and get a proper bug tracker?

@okonomiyaki3000
Copy link
Contributor Author

Looks like my follow up was posted after all. However, I was immediately logged out upon posting. Half broken is still broken.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants