CRM_Core_ClassLoader - Fix compatibility with class_exists()
authorTim Otten <totten@civicrm.org>
Wed, 7 Jan 2015 02:56:33 +0000 (18:56 -0800)
committerTim Otten <totten@civicrm.org>
Wed, 7 Jan 2015 02:56:33 +0000 (18:56 -0800)
commita03a3680e28e246a8cc7f247b6c491e17a5460a5
tree8cb59f6adb30708ec2794501ede4dc42130addec
parent2444854d8714bcf4ad1292ecd581fed7b58a028a
CRM_Core_ClassLoader - Fix compatibility with class_exists()

The previous code would bomb if one called class_exists() on a non-existent
CRM class.
CRM/Core/ClassLoader.php