redirect to previous view after user perm changes

This commit is contained in:
Andrew Bauer 2020-10-01 10:45:44 -05:00
parent b8d95dfa05
commit 928fa67fce
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ if ( $action == 'Save' ) {
session_write_close();
$refreshParent = true;
}
$view = 'none';
$redirect = $_SERVER['HTTP_REFERER'];
}
} // end if $action == user
?>