Skip to content
Snippets Groups Projects
Commit 64da89bd authored by totten's avatar totten
Browse files

CRM-12321 - Revert "fix minor typo civicrm_cache table"

This reverts commit 33318c71.
parent d49e71b3
Branches
Tags
No related merge requests found
......@@ -172,8 +172,7 @@ class CRM_Core_BAO_Cache extends CRM_Core_DAO_Cache {
// set the cache in memory
$argString = "CRM_CT_{$group}_{$path}_{$componentID}";
$cache = CRM_Utils_Cache::singleton();
$data = unserialize($dao->data);
$cache->set($argString, $data);
$cache->set($argString, $dao->data);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment