From 4d66768d9d0c55adf8ac10c503d229bdf3108b65 Mon Sep 17 00:00:00 2001 From: Andreas Hennings Date: Tue, 11 Feb 2014 15:43:37 +0100 Subject: [PATCH] Add undeclared property CRM_Core_Config::\customPHPPathDir --- CRM/Core/Config.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CRM/Core/Config.php b/CRM/Core/Config.php index 7caf3f3290..7226d61ddf 100644 --- a/CRM/Core/Config.php +++ b/CRM/Core/Config.php @@ -98,6 +98,11 @@ class CRM_Core_Config extends CRM_Core_Config_Variables { */ public $initialized = 0; + /** + * @var string + */ + public $customPHPPathDir; + /** * the factory class used to instantiate our DB objects * @var string -- 2.25.1