From 079617dcf3cc48f16c3bc9ce940722880abf031b Mon Sep 17 00:00:00 2001 From: priyankakaran26 Date: Thu, 4 Sep 2014 15:58:04 +0100 Subject: [PATCH] fix ajax errors for diff php ver --- CRM/Core/Page/AJAX/RecurringEntity.php | 2 +- CRM/Event/xml/Menu/Event.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CRM/Core/Page/AJAX/RecurringEntity.php b/CRM/Core/Page/AJAX/RecurringEntity.php index 4ab193c020..a90eb0f720 100644 --- a/CRM/Core/Page/AJAX/RecurringEntity.php +++ b/CRM/Core/Page/AJAX/RecurringEntity.php @@ -12,7 +12,7 @@ * @author Priyanka */ -class CRM_Core_Page_Ajax_RecurringEntity { +class CRM_Core_Page_AJAX_RecurringEntity { public static function updateCascadeType(){ if(CRM_Utils_Array::value('cascadeType', $_REQUEST) && CRM_Utils_Array::value('entityId', $_REQUEST)){ diff --git a/CRM/Event/xml/Menu/Event.xml b/CRM/Event/xml/Menu/Event.xml index de94dbd917..64ffc375ba 100644 --- a/CRM/Event/xml/Menu/Event.xml +++ b/CRM/Event/xml/Menu/Event.xml @@ -328,12 +328,12 @@ civicrm/ajax/recurringEntity/update_cascade_type - CRM_Core_Page_Ajax_RecurringEntity::updateCascadeType + CRM_Core_Page_AJAX_RecurringEntity::updateCascadeType access CiviCRM,access CiviEvent civicrm/ajax/recurringEntity/generate_preview - CRM_Core_Page_Ajax_RecurringEntity::generatePreview + CRM_Core_Page_AJAX_RecurringEntity::generatePreview access CiviCRM,access CiviEvent -- 2.25.1