Skip to content

Commit

Permalink
More bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mckeownp committed Dec 7, 2024
1 parent e9be5cc commit bac8e42
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions classes/cache_purger.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@
*
* @package qtype_coderunner
* @copyright 2024 Paul McKeown, The University of Canterbury
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or laterfunction local_qtype_coderunner_reload_cache_definitions_after_ttl_update(string $caller) {
cache_helper::update_definitions();
}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

namespace qtype_coderunner;
Expand All @@ -41,10 +39,8 @@

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

//require_once(__DIR__ . '/../../../../config.php');

class cache_purger {

/**
* Get all the visible course contexts.
*
Expand Down

0 comments on commit bac8e42

Please sign in to comment.