Skip to content

Commit

Permalink
Update plugins/system/redirect/redirect.php
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Trenkle <bembelimen@users.noreply.github.com>
  • Loading branch information
tonypartridge and bembelimen committed Nov 23, 2021
1 parent ed75f34 commit a600455
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/system/redirect/redirect.php
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ private static function doErrorHandling($error)
}
catch (Exception $e)
{
JErrorPage::render(new Exception(JText::_('PLG_SYSTEM_REDIRECT_ERROR_UPDATING_DATABASE'), 500, $e));
}

$app->redirect($destination, (int) $redirect->header);
Expand Down

0 comments on commit a600455

Please sign in to comment.