Fixed missing array element
authorRoland Häder <roland@mxchange.org>
Sat, 20 Nov 2010 16:24:03 +0000 (16:24 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 20 Nov 2010 16:24:03 +0000 (16:24 +0000)
templates/de/html/admin/admin_list_emails_row.tpl

index d923a2e9b4b85f20f60a3be41f84f36829de3f08..0c4c65fac21c8790d0221a27d392867d0582fe08 100644 (file)
@@ -25,7 +25,7 @@
 <tr>
        <td align="center" class="top bottom right">
                {--EMAIL_RECEIVERS--}:<br />
-               <div>{%pipe,translateComma=$content[sent_email]%}</div>
+               <div>{%pipe,translateComma=$content[mails_sent]%}</div>
                ({--EMAIL_RUIDS--}:
                <div>{%pipe,convertReceivers=$content[receivers]%}</div>)
        </td>