mirror of
https://github.com/moodle/moodle.git
synced 2025-04-24 09:55:33 +02:00
Merge branch 'MDL-46282-master-fix' of github.com:andrewnicols/moodle
This commit is contained in:
commit
2e8101f6e6
@ -203,7 +203,7 @@ function uninstall_plugin($type, $name) {
|
||||
$DB->delete_records('task_scheduled', array('component' => $pluginname));
|
||||
|
||||
// Delete Inbound Message datakeys.
|
||||
$DB->delete_records_sql('messageinbound_datakeys',
|
||||
$DB->delete_records_select('messageinbound_datakeys',
|
||||
'handler IN (SELECT id FROM {messageinbound_handlers} WHERE component = ?)', array($pluginname));
|
||||
|
||||
// Delete Inbound Message handlers.
|
||||
|
Loading…
x
Reference in New Issue
Block a user