From bb8fb1ef4bb6d61cccaa9c9606202878b4cfc6cc Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Tue, 28 Nov 2006 19:45:30 +0000 Subject: [PATCH] show module alias --- lam/templates/massDoUpload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/templates/massDoUpload.php b/lam/templates/massDoUpload.php index 789f295e..f1a03a6c 100644 --- a/lam/templates/massDoUpload.php +++ b/lam/templates/massDoUpload.php @@ -100,7 +100,7 @@ if (($_SESSION['mass_counter'] < sizeof($accounts)) || !isset($_SESSION['mass_po $_SESSION['mass_postActions']['finished'] = true; } for ($i = 0; $i < sizeof($return['errors']); $i++) $_SESSION['mass_errors'][] = $return['errors'][$i]; - echo "

" . _("Additional tasks for module:") . ' ' . $return['module'] . "

\n"; + echo "

" . _("Additional tasks for module:") . ' ' . getModuleAlias($return['module'], $_SESSION['mass_scope']) . "

\n"; echo "\n"; echo ""; echo "\n";