fix wrong variable name typo, fixes #484
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -324,7 +324,7 @@ if ($page == 'overview') {
|
|||||||
$forwarders = '';
|
$forwarders = '';
|
||||||
$forwarders_count = 0;
|
$forwarders_count = 0;
|
||||||
|
|
||||||
foreach ($row['destination'] as $dest_id => $destination) {
|
foreach ($result['destination'] as $dest_id => $destination) {
|
||||||
$destination = $idna_convert->decode($destination);
|
$destination = $idna_convert->decode($destination);
|
||||||
|
|
||||||
if ($destination != $result['email_full'] && $destination != '') {
|
if ($destination != $result['email_full'] && $destination != '') {
|
||||||
|
|||||||
Reference in New Issue
Block a user