diff --git a/library/Director/KickstartHelper.php b/library/Director/KickstartHelper.php index 3628ed58..55cb9869 100644 --- a/library/Director/KickstartHelper.php +++ b/library/Director/KickstartHelper.php @@ -289,7 +289,7 @@ class KickstartHelper */ protected function removeZones() { - return $this->removeObjects($this->removeEndpoints, 'External Zone'); + return $this->removeObjects($this->removeZones, 'External Zone'); } /**