Skip to content

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

@okonomiyaki3000

Description

@okonomiyaki3000

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions