Skip to content

Commit 5c81147

Browse files
committed
Fix old reference to thirdparty directory
The previous commit moved the composer.json together with the vendor directory to the root of the repository. Therefore we need to update the location of Composer’s autoload.php.
1 parent b931b44 commit 5c81147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/output_image.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

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

39-
require_once($CFG->dirroot . '/blocks/qrcode/thirdparty/vendor/autoload.php');
39+
require_once($CFG->dirroot . '/blocks/qrcode/vendor/autoload.php');
4040
require_once($CFG->dirroot . '/course/lib.php');
4141

4242
/**

0 commit comments

Comments
 (0)