Skip to content
Snippets Groups Projects
Commit 888de35e authored by Jerrett Fowler's avatar Jerrett Fowler
Browse files

Merge branch 'master' into scorm-events

parents f473c114 4b9dc694
No related branches found
No related tags found
No related merge requests found
......@@ -144,7 +144,7 @@ class store extends php_obj implements log_writer {
$this->connect_xapi_repository();
return true;
} catch (moodle_exception $ex) {
debugging('Cannot connect to LRS: ' . $e->getMessage(), DEBUG_DEVELOPER);
debugging('Cannot connect to LRS: ' . $ex->getMessage(), DEBUG_DEVELOPER);
return false;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment