-
Task
-
Resolution: Fixed
-
Minor
-
2.4.3, 2.5
-
MOODLE_24_STABLE, MOODLE_25_STABLE
-
MOODLE_24_STABLE, MOODLE_25_STABLE
-
wip-mdl-39863
-
This is not a bug, it is more of a "code cleanup" suggestion.
For awhile (at least back to Moodle 2.4, and maybe earlier), when I do a bulk delete of users (with debug on), I get some error messages similar to what I have attached. Everything works fine, but I just thought that I would bring this to your attention just in case some other problem is occurring.
Steps to reproduce:
- Log in as admin and turn debugging on
- Go to Site administration > Users > Accounts > Bulk user actions
- Select few users
- Select delete option and confirm.
You will see following notice.You should really redirect before you start page output
line 728 of /lib/outputrenderers.php: call to debugging()
line 2540 of /lib/weblib.php: call to core_renderer->redirect_message()
line 38 of /admin/user/user_bulk_delete.php: call to redirect()