Merge branch '47608-26' of git://github.com/samhemelryk/moodle into MOODLE_26_STABLE
This commit is contained in:
Vendored
+3
@@ -556,6 +556,9 @@ class cachestore_mongodb extends cache_store implements cache_is_configurable {
|
||||
}
|
||||
|
||||
$store = new cachestore_mongodb('Test mongodb', $configuration);
|
||||
if (!$store->is_ready()) {
|
||||
return false;
|
||||
}
|
||||
$store->initialise($definition);
|
||||
|
||||
return $store;
|
||||
|
||||
Reference in New Issue
Block a user