CRM-13986 - CRM_Core_Invoke - Handle HTML and WS requests differently
authorTim Otten <totten@civicrm.org>
Wed, 19 Feb 2014 01:33:24 +0000 (17:33 -0800)
committerTim Otten <totten@civicrm.org>
Wed, 19 Feb 2014 01:33:24 +0000 (17:33 -0800)
commitc24c4679659841c8dffbc157c1bc3db24437b8d2
tree37bdc66d83ba269dc967643072b9fd1665db7f81
parentfe430658e3e5a1ea48ddd75d5c7b0dddb061cc26
CRM-13986 - CRM_Core_Invoke - Handle HTML and WS requests differently

For HTML, use the CMS's output mechanism (with its theming, etc)
For web services (or any non-HTML content), use Symfony's output mechanism
CRM/Core/Invoke.php