Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.9
-
Fix Version/s: None
-
Component/s: Messages
-
Labels:None
-
Affected Branches:MOODLE_19_STABLE
Description
To cope with sites that are upgrading, we have to register the module as a messaging provider in db/upgrade.php for each module.
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions
Just created some code with executes WIDGET_install fro every module.
It uses get_list_of_plugins to get a module list and then for each one call WIDGET_install.