Skip to content

Commit

Permalink
fix(Users) DetailView inline edit reload formatting incorrectly speci…
Browse files Browse the repository at this point in the history
…al characters
  • Loading branch information
joebordes committed Dec 11, 2021
1 parent e4c4884 commit 89d4cbb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/Users/DetailViewAjax.php
Expand Up @@ -61,7 +61,11 @@
$userObj->save('Users');
if ($userObj->id != '') {
echo ':#:SUCCESS:#:';
$_REQUEST['action'] = $currentModule;
decide_to_html();
require_once 'modules/'.$currentModule.'/DetailView.php';
$_REQUEST['action'] = $currentModule.'Ajax';
decide_to_html();
} else {
echo ':#:FAILURE';
}
Expand Down

0 comments on commit 89d4cbb

Please sign in to comment.