Skip to content

Commit

Permalink
MDL-37225 reset cachstore_static store when purging
Browse files Browse the repository at this point in the history
  • Loading branch information
brki committed Dec 18, 2012
1 parent 2075186 commit 6e89fb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cache/stores/static/lib.php
Expand Up @@ -357,6 +357,7 @@ public function delete_many(array $keys) {
*/
public function purge() {
$this->flush_store_by_id($this->storeid);
$this->store = &self::register_store_id($this->storeid);
}

/**
Expand Down

0 comments on commit 6e89fb0

Please sign in to comment.