Fix undefined variable.
authorJan Schneider <jan@horde.org>
Mon, 16 Aug 2010 21:56:49 +0000 (23:56 +0200)
committerJan Schneider <jan@horde.org>
Mon, 16 Aug 2010 21:57:54 +0000 (23:57 +0200)
horde/po/translation.php

index 0be7b21..0cb4a32 100755 (executable)
@@ -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');
                 }
             }