Merge branch 'MDL-69663-m39' of https://github.com/sammarshallou/moodle into MOODLE_39_STABLE

This commit is contained in:
Jun Pataleta
2020-09-17 08:58:46 +02:00
committed by Sara Arjona
+1 -1
View File
@@ -250,7 +250,7 @@ class external_api {
foreach ($plugins as $plugin => $callback) {
$result = $callback($externalfunctioninfo, $params);
if ($result !== false) {
break;
break 2;
}
}
}