projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a611117
)
Add undeclared property CRM_Core_Config::\customPHPPathDir
author
Andreas Hennings
<andreas@dqxtech.net>
Tue, 11 Feb 2014 14:43:37 +0000
(15:43 +0100)
committer
Andreas Hennings
<andreas@dqxtech.net>
Tue, 11 Feb 2014 14:43:37 +0000
(15:43 +0100)
CRM/Core/Config.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/Config.php
b/CRM/Core/Config.php
index 7caf3f3290e0834e90b2f234360ad8906b3e76fe..7226d61ddf29de1523d059e0b623a74b75ccb42e 100644
(file)
--- 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