Skip to content

Commit

Permalink
delete extra parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
mambax7 committed Oct 23, 2019
1 parent f499cbc commit 25c4b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/pedigree_trash.php
Expand Up @@ -144,7 +144,7 @@

case 'delete_pedigree_trash':
$tId = Request::getInt('id', 0);
if (!$tId)) {
if (!$tId) {
$helper->redirect('admin/pedigree_trash.php', 3, _AM_PEDIGREE_ERR_INVALID);
}
$tObj = $trashHandler->get($tId);
Expand Down

0 comments on commit 25c4b4d

Please sign in to comment.