Skip to content

Commit

Permalink
Merge pull request #172 from liomj/master
Browse files Browse the repository at this point in the history
fix submitGroup.php redirect
  • Loading branch information
liomj committed May 5, 2020
2 parents 280d4e3 + 64f1358 commit 5538a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submitGroup.php
Expand Up @@ -87,7 +87,7 @@
redirect_header('groups.php?op=list', 2, _MD_SUICO_GROUP_SAVED);
} else {
redirect_header(
XOOPS_URL . '/modules/suico/audios.php?uid=' . (int)$xoopsUser->getVar('uid'),
XOOPS_URL . '/modules/suico/groups.php?uid=' . (int)$xoopsUser->getVar('uid'),
2,
_MD_SUICO_ERROR
);
Expand Down

0 comments on commit 5538a28

Please sign in to comment.