Skip to content
Snippets Groups Projects
Commit 349be09b authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

Merge pull request #914 from ravishnair/Minor-Fix

-- Minor fix for incorrect className
parents 32dc2494 4539198e
Branches
Tags
No related merge requests found
......@@ -293,7 +293,7 @@ class CRM_Core_PseudoConstant {
$output = self::$cache[$cacheKey];
}
else {
$daoName = CRM_Core_AllCoreTables::getClassForTable($pseudoconstant['table']);
$daoName = CRM_Core_DAO_AllCoreTables::getClassForTable($pseudoconstant['table']);
if (!class_exists($daoName)) {
return FALSE;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment