I'm possibly a bit obsessed but try...catch($e) {...generic error...} is both pointless and masks the actual error for no good reason.
This time course/classes/task/course_delete_modules.php lines 65 to 69
Something went wrong with a module delete for me but (for some reason) I'm being prevented from seeing the underlying error. try...catch should only even be used to trap specific exceptions and then do something to handle them.
- is a regression caused by
-
MDL-54751 Recycle Bin - deleting large complex objects forces user to wait
-
- Closed
-