Update Zone.php

This commit is contained in:
Jelle Luteijn 2023-06-20 14:24:17 +02:00 committed by GitHub
parent 758a021ca2
commit b7ef64db18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -329,7 +329,7 @@ class RRSet {
class Record {
public $content;
public disabled;
public $disabled;
public $setptr;
public function __construct($content, $disabled = FALSE, $setptr = FALSE) {