Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
Solve redirect error
Browse files Browse the repository at this point in the history
TYOP - missing period
  • Loading branch information
gburton committed Mar 1, 2021
1 parent d109ef5 commit 353f6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/reviews.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

$OSCOM_Hooks->call('reviews', 'updateAction');

tep_redirect(tep_href_link('reviews.php', 'rID=' . $reviews_id(isset($_GET['page']) ? '&page=' . (int)$_GET['page'] : '')));
tep_redirect(tep_href_link('reviews.php', 'rID=' . $reviews_id . (isset($_GET['page']) ? '&page=' . (int)$_GET['page'] : '')));
break;
case 'deleteconfirm':
$reviews_id = Text::input($_GET['rID']);
Expand Down

1 comment on commit 353f6ce

@Agrosheriff
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank You Burt for corrected.

Please sign in to comment.