Add undeclared property CRM_Core_Config::\customPHPPathDir
authorAndreas Hennings <andreas@dqxtech.net>
Tue, 11 Feb 2014 14:43:37 +0000 (15:43 +0100)
committerAndreas Hennings <andreas@dqxtech.net>
Tue, 11 Feb 2014 14:43:37 +0000 (15:43 +0100)
CRM/Core/Config.php

index 7caf3f3290e0834e90b2f234360ad8906b3e76fe..7226d61ddf29de1523d059e0b623a74b75ccb42e 100644 (file)
@@ -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