-
Bug
-
Resolution: Fixed
-
Major
-
4.1.6
On adding activities to courses where LMS deployments are missing an availability plugin the sanity check fails to check if the plugin is enabled / available to the LMS.
A class not found exception is generated on availability/classes/frontend.php on line 123
$details = $pluginmanager->get_plugin_info('availability_'.$plugin); |
if (!is_null($details->rootdir)) { |
.. rest of code ..
|
}
|
Added to the wrapper protects the sanity fail.
- is duplicated by
-
MDL-81086 Missing from disk plugin interpreted as enabled
-
- Closed
-
- links to