-
Bug
-
Resolution: Fixed
-
Minor
-
2.3
-
MOODLE_23_STABLE
-
MOODLE_23_STABLE
-
While updating via the command line, this notice appeared a thousand (ish) times.
PHP Notice: Undefined index: target in /home/fred/www/repositories/testing_master/moodle/lib/pluginlib.php on line 814
|
This is the context of the line 814
if (empty($response['forbranch']) or $response['forbranch'] !== moodle_major_version(true)) {
|
throw new available_update_checker_exception('err_response_target_version', $response['target']);
|
}
|
(Happened on stable master and master integration)
- Discovered while testing
-
MDL-34140 error in cron about pluginlib
- Closed