Skip to content
Snippets Groups Projects
Verified Commit 7888f5f1 authored by Alberto Paderno's avatar Alberto Paderno
Browse files

Issue #3466433: DrupalApcCache::prepareItem() returns the wrong value

parent 0920018d
No related branches found
No related tags found
1 merge request!57Issue #3466433: DrupalApcCache::prepareItem() returns the wrong value
Pipeline #246240 passed
......@@ -279,7 +279,7 @@ public function get($cid) {
* load.
*/
protected function prepareItem($cache) {
return isset($cache->data) ? $cache->data : FALSE;
return isset($cache->data) ? $cache : FALSE;
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment