From 2b5b618a8d8bf352318099e1501d4e629d344526 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Wed, 1 Oct 2014 12:24:18 +0100 Subject: [PATCH] CRM-15198 - EntityReference - Provide backward compatibility with CiviVolunteer's DAOs --- CRM/Core/EntityReference.php | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CRM/Core/EntityReference.php diff --git a/CRM/Core/EntityReference.php b/CRM/Core/EntityReference.php new file mode 100644 index 0000000000..e219b52b9c --- /dev/null +++ b/CRM/Core/EntityReference.php @@ -0,0 +1,8 @@ +?php +/** + * This is included for backward compatibility with DAO's generated before 4.5. + * + * @deprecated + */ +class CRM_Core_EntityReference extends CRM_Core_Reference_Basic { +} -- 2.25.1