projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
217c038
)
Fix undefined variable.
author
Jan Schneider
<jan@horde.org>
Mon, 16 Aug 2010 21:56:49 +0000
(23:56 +0200)
committer
Jan Schneider
<jan@horde.org>
Mon, 16 Aug 2010 21:57:54 +0000
(23:57 +0200)
horde/po/translation.php
patch
|
blob
|
history
diff --git
a/horde/po/translation.php
b/horde/po/translation.php
index
0be7b21
..
0cb4a32
100755
(executable)
--- a/
horde/po/translation.php
+++ b/
horde/po/translation.php
@@
-1335,7
+1335,7
@@
function make_help()
$entry->setAttribute('state', 'uptodate');
$count++;
} else {
- $c->message(sprintf('No entry with the id "%s" exists in the original help file.', $
id
), 'cli.warning');
+ $c->message(sprintf('No entry with the id "%s" exists in the original help file.', $
entry->getAttribute('id')
), 'cli.warning');
}
}