CRM_Utils_Hook::caseChange - Fix firing
authorTim Otten <totten@civicrm.org>
Wed, 4 Nov 2015 18:24:49 +0000 (10:24 -0800)
committerTim Otten <totten@civicrm.org>
Wed, 4 Nov 2015 18:24:49 +0000 (10:24 -0800)
commit542441f4c0f8b4969963cef1136b2ff94861b965
tree1ee3fdfc704fb0bac1a9669b9839500b08b8668a
parent07beede16d0ac748a1dbea75069f19991f1eb80c
CRM_Utils_Hook::caseChange - Fix firing

The event fired correctly with the Symfony dispatcher, but the hooks did not
fire correctly.  Fix the hooks.
CRM/Utils/Hook.php