From 582d73f402694c541d576ad60f0fb5c87b7c43c7 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 16 Aug 2010 23:56:49 +0200 Subject: [PATCH] Fix undefined variable. --- horde/po/translation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horde/po/translation.php b/horde/po/translation.php index 0be7b21dd..0cb4a3229 100755 --- 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'); } } -- 2.11.0