-- Minor fix for incorrect ClassName
authorRavish Nair <ravish.nair@webaccess.co.in>
Thu, 30 May 2013 09:05:58 +0000 (14:35 +0530)
committerRavish Nair <ravish.nair@webaccess.co.in>
Thu, 30 May 2013 09:05:58 +0000 (14:35 +0530)
CRM/Core/PseudoConstant.php

index 06055036670f86751afd901a858fca1fd4a9be3b..c4fcf73097875671a5607c25b8904f16c3d015e1 100644 (file)
@@ -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;
           }