Skip to content

Commit

Permalink
Fix merge introduced problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmayer committed Jan 6, 2017
1 parent cd48014 commit e692aae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion administrator/components/com_finder/controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public function display($cachable = false, $urlparams = array())

// Check for edit form.
if ($view === 'filter' && $layout === 'edit' && !$this->checkEditId('com_finder.edit.filter', $filterId))
if ($view === 'filter' && $layout === 'edit' && !$this->checkEditId('com_finder.edit.filter', $f_id))
{
// Somehow the person just went to the form - we don't allow that.
$this->setError(JText::sprintf('JLIB_APPLICATION_ERROR_UNHELD_ID', $filterId));
Expand Down

0 comments on commit e692aae

Please sign in to comment.