Skip to content

Commit

Permalink
Correct reqire path
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Dec 27, 2024
1 parent 6c6e460 commit 6951380
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runner/main/jobtypes/performance/normalise_site.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
*/

define('CLI_SCRIPT', true);
require_once(__DIR__ . '/moodle/config.php');
require_once(__DIR__ . '/moodle/lib/adminlib.php');
require_once(__DIR__ . '/config.php');
require_once(__DIR__ . '/lib/adminlib.php');

$settings = array(
'debugdisplay', 'enablenotes', 'enableblogs', 'enablebadges', 'enableoutcomes',
Expand Down

0 comments on commit 6951380

Please sign in to comment.