From: hickert Date: Tue, 30 Jan 2007 05:11:55 +0000 (+0000) Subject: Fixed index. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f196998043e70c496f2709acdff65576d7d5ea59;p=gosa.git Fixed index. git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5654 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/class_termDNS.inc b/plugins/admin/systems/class_termDNS.inc index c3a3994d9..5bf0157a3 100644 --- a/plugins/admin/systems/class_termDNS.inc +++ b/plugins/admin/systems/class_termDNS.inc @@ -225,7 +225,7 @@ class termDNS extends plugin } } $smarty->assign("Zones",$idZones); - $smarty->assign("ZoneKeys", $idZones); + $smarty->assign("ZoneKeys", $this->Zones); $tmp = $this->generateRecordsList();