CRM-14396 - CRM_Core_Payment::handlePaymentMethod - Fix 'not found' error
authorTim Otten <totten@civicrm.org>
Fri, 11 Apr 2014 21:48:47 +0000 (14:48 -0700)
committerTim Otten <totten@civicrm.org>
Fri, 11 Apr 2014 21:48:47 +0000 (14:48 -0700)
commita5ef96f6804b09d7b90161ae717691288cd7fb56
treee1d63caf008f3c57df030d10e184cf26bffe7bba
parent3adf2621d326f4eab263c5c46b0d3282342cd54c
CRM-14396 - CRM_Core_Payment::handlePaymentMethod - Fix 'not found' error

There are two ways to locate handler class -- one via isExtensionKey() and
one via "CRM_Core_{$className}".  Prior to this patch, the error would arise
even if a class was located via "CRM_Core_{$className}".
CRM/Core/Payment.php