Skip to content

Commit

Permalink
MDL-59657 analytics: Move lang string to correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonllao authored and David Monllao committed Sep 7, 2017
1 parent 95fc1e7 commit 0a68e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mlbackend/php/classes/processor.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public function classify($uniqueid, \stored_file $dataset, $outputdir) {
$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();
Expand Down

0 comments on commit 0a68e28

Please sign in to comment.