CRM-18808, CRM-19154 - CRM_Utils_SoapServer - Fix call to authenticate()
authorTim Otten <totten@civicrm.org>
Tue, 23 Aug 2016 03:24:14 +0000 (20:24 -0700)
committerTim Otten <totten@civicrm.org>
Tue, 23 Aug 2016 21:06:51 +0000 (14:06 -0700)
commit3412289429a937fe561acdaa5c116fc0db9896f9
tree1f229cd9468a0dfe20cd46814627e239a877bdc6
parent6356ccc874f4e91838428235be4e65c23963cf86
CRM-18808, CRM-19154 - CRM_Utils_SoapServer - Fix call to authenticate()

This function call bombs (on Drupal) because the method is not really
static. Need this to work so we can have a test...
CRM/Utils/SoapServer.php