Also export keyinfo

This commit is contained in:
Mark Schouten 2016-08-03 13:37:22 +02:00
parent d02889a918
commit fcdba74c14

View file

@ -143,6 +143,9 @@ class Zone {
$ret = Array();
$ret['account'] = $this->account;
$ret['dnssec'] = $this->dnssec;
if ($this->dnssec) {
$ret['keyinfo'] = $this->keyinfo;
}
$ret['id'] = $this->id;
$ret['kind'] = $this->kind;
$ret['masters'] = $this->masters;