projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f87c919
)
Correct included file
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 29 Jan 2010 17:42:24 +0000
(10:42 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 29 Jan 2010 18:21:20 +0000
(11:21 -0700)
horde/po/translation.php
patch
|
blob
|
history
diff --git
a/horde/po/translation.php
b/horde/po/translation.php
index
cdf1fae
..
6a61981
100755
(executable)
--- a/
horde/po/translation.php
+++ b/
horde/po/translation.php
@@
-1399,7
+1399,7
@@
if (empty($language)) {
$language = getenv('LANGUAGE');
}
-require_once dirname(__FILE__) . '/../lib/
core
.php';
+require_once dirname(__FILE__) . '/../lib/
Application
.php';
$c = new Horde_Cli();
if (!$c->runningFromCLI()) {