projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fc6530
)
Fix data dir path for uninstalled package.
author
Gunnar Wrobel
<p@rdus.de>
Sun, 3 Oct 2010 17:41:29 +0000
(19:41 +0200)
committer
Gunnar Wrobel
<p@rdus.de>
Sun, 3 Oct 2010 17:45:52 +0000
(19:45 +0200)
components/lib/Components/Constants.php
patch
|
blob
|
history
diff --git
a/components/lib/Components/Constants.php
b/components/lib/Components/Constants.php
index
9cad1dc
..
491b0e8
100644
(file)
--- a/
components/lib/Components/Constants.php
+++ b/
components/lib/Components/Constants.php
@@
-34,7
+34,7
@@
class Components_Constants
if (strpos(self::DATA_DIR, '@data_dir') === 0) {
return join(
DIRECTORY_SEPARATOR,
- array(dirname(__FILE__), '..', '..', '
..', '
data')
+ array(dirname(__FILE__), '..', '..', 'data')
);
}
return self::DATA_DIR . DIRECTORY_SEPARATOR . 'Components';