Skip to content

Commit 5896c5f

Browse files
authored
Merge pull request #148 from catalyst/issue147
issue #147: fix incorrect vendor folder path
2 parents ffffa6f + c778500 commit 5896c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/hook_callbacks.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ class hook_callbacks {
3434
public static function after_config(\core\hook\after_config $hook): void {
3535
global $CFG;
3636

37-
require_once($CFG->dirroot . '/vendor/autoload.php');
37+
require_once($CFG->dirroot . '/mod/cms/vendor/autoload.php');
3838
}
3939
}

0 commit comments

Comments
 (0)