mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-59657 analytics: Move lang string to correct location
This commit is contained in:
parent
95fc1e720c
commit
0a68e283d0
@ -147,7 +147,7 @@ class processor implements \core_analytics\classifier, \core_analytics\regressor
|
||||
$modelfilepath = $outputdir . DIRECTORY_SEPARATOR . self::MODEL_FILENAME;
|
||||
|
||||
if (!file_exists($modelfilepath)) {
|
||||
throw new \moodle_exception('errorcantloadmodel', 'analytics', '', $modelfilepath);
|
||||
throw new \moodle_exception('errorcantloadmodel', 'mlbackend_php', '', $modelfilepath);
|
||||
}
|
||||
|
||||
$modelmanager = new ModelManager();
|
||||
|
Loading…
x
Reference in New Issue
Block a user