From: Jan Schneider Date: Mon, 16 Aug 2010 21:56:49 +0000 (+0200) Subject: Fix undefined variable. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=582d73f402694c541d576ad60f0fb5c87b7c43c7;p=horde.git Fix undefined variable. --- 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'); } }