From 040261c7dd77a7e538b25bb9c5173e2bf441ab17 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 27 Jun 2010 20:11:16 +0000 Subject: [PATCH] Fixed sprintf: Too few arguments --- inc/modules/admin/what-list_refs.php | 2 +- templates/de/html/admin/admin_list_refs2.tpl | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/inc/modules/admin/what-list_refs.php b/inc/modules/admin/what-list_refs.php index 852f687050..4451dc6480 100644 --- a/inc/modules/admin/what-list_refs.php +++ b/inc/modules/admin/what-list_refs.php @@ -94,7 +94,7 @@ ORDER BY $menge_lck = countSumTotalData($userid, 'user_data', 'userid', 'refid', true, " AND `status` != 'CONFIRMED'"); // Output info message - $levels['info'] = getMaskedMessage('ADMIN_USER_TOTAL_REFS', generateUserProfileLink($userid), $menge, $menge_lck); + $levels['info'] = sprintf(getMessage('ADMIN_USER_TOTAL_REFS'), generateUserProfileLink($userid), $menge, $menge_lck); // Init variables $OUT_REFS = ''; $SW = 2; diff --git a/templates/de/html/admin/admin_list_refs2.tpl b/templates/de/html/admin/admin_list_refs2.tpl index 66a261c038..d4d605e294 100644 --- a/templates/de/html/admin/admin_list_refs2.tpl +++ b/templates/de/html/admin/admin_list_refs2.tpl @@ -1,3 +1,4 @@ +
@@ -11,3 +12,4 @@ $content[rows]
+
-- 2.39.2