Skip to content

Commit

Permalink
undefined variable $f_id (#38896)
Browse files Browse the repository at this point in the history
  • Loading branch information
alikon committed Oct 5, 2022
1 parent 8abdc57 commit 881fc6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function display($cachable = false, $urlparams = array())
if ($view === 'filter' && $layout === 'edit' && !$this->checkEditId('com_finder.edit.filter', $filterId)) {
// Somehow the person just went to the form - we don't allow that.
if (!\count($this->app->getMessageQueue())) {
$this->setMessage(Text::sprintf('JLIB_APPLICATION_ERROR_UNHELD_ID', $f_id), 'error');
$this->setMessage(Text::sprintf('JLIB_APPLICATION_ERROR_UNHELD_ID', $filterId), 'error');
}

$this->setRedirect(Route::_('index.php?option=com_finder&view=filters', false));
Expand Down

0 comments on commit 881fc6c

Please sign in to comment.