Missed to fix all $mappings

This commit is contained in:
Anders Lind 2016-03-01 20:06:06 +01:00
parent b5ce1a5376
commit 0ce280674e

View File

@ -596,7 +596,7 @@ foreach ($prefixes as $data):
<?=$data['prefix']?>
<?php if ($mappings[$data['duid']]): ?>
<br />
<?=gettext('Routed To')?>: <?=$mappings[$data['iaid'] . $data['duid']]?>
<?=gettext('Routed To')?>: <?=$mappings[$data['duid']]?>
<?php endif; ?>
</td>
<td><?=$data['iaid']?></td>