Skip to content

Commit

Permalink
Merge branch 'MDL-56748-30' of git://github.com/andrewnicols/moodle i…
Browse files Browse the repository at this point in the history
…nto MOODLE_30_STABLE
  • Loading branch information
David Monllao committed Nov 4, 2016
2 parents d8ff219 + c5dd7b7 commit 3d9ed4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cache/classes/factory.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ public static function reset() {
$factory->reset_cache_instances();
$factory->configs = array();
$factory->definitions = array();
$factory->definitionstores = array();
$factory->lockplugins = array(); // MUST be null in order to force its regeneration.
// Reset the state to uninitialised.
$factory->state = self::STATE_UNINITIALISED;
Expand Down

0 comments on commit 3d9ed4a

Please sign in to comment.