Skip to content

Commit

Permalink
Merge branch 'MDL-66110-37-fix' of git://github.com/junpataleta/moodl…
Browse files Browse the repository at this point in the history
…e into MOODLE_37_STABLE
  • Loading branch information
junpataleta committed Aug 23, 2019
2 parents 085d6e7 + 97a6abc commit 9c0aa6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/xmlize.php
Expand Up @@ -39,6 +39,9 @@

defined('MOODLE_INTERNAL') || die();

// Add setuplib in case it has not been loaded yet as it's required by \xml_format_exception.
require_once($CFG->libdir.'/setuplib.php');

class xml_format_exception extends moodle_exception {
/** @var string */
public $errorstring;
Expand Down

0 comments on commit 9c0aa6e

Please sign in to comment.