Skip to content
Snippets Groups Projects
Commit 0b8c9f46 authored by Allen Shaw's avatar Allen Shaw Committed by colemanw
Browse files

Bug-fix: removed duplicate class variable declaration. CRM-12464

----------------------------------------
* CRM-12464: Search improvements in 4.4
  http://issues.civicrm.org/jira/browse/CRM-12464
parent 26cf88b5
No related branches found
No related tags found
No related merge requests found
......@@ -56,13 +56,6 @@ class CRM_Core_PseudoConstant {
*/
private static $cache;
/**
* static cache for pseudoconstant arrays
* @var array
* @static
*/
private static $cache;
/**
* location type
* @var array
......
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