mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-19 20:09:14 +03:00
This should save us another Notice
This commit is contained in:
parent
db85fc2dcd
commit
4881858d68
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ function _create_record($name, $records, $input, $zoneurl) {
|
||||||
'disabled' => false,
|
'disabled' => false,
|
||||||
'type' => $input['type'],
|
'type' => $input['type'],
|
||||||
'name' => $name,
|
'name' => $name,
|
||||||
'ttl' => $input['ttl'] ? $input['ttl'] : $defaults['ttl'],
|
'ttl' => isset($input['ttl']) ? $input['ttl'] : $defaults['ttl'],
|
||||||
'priority' => $input['priority'] ? $input['priority'] : $defaults['priority'],
|
'priority' => $input['priority'] ? $input['priority'] : $defaults['priority'],
|
||||||
'content' => $content));
|
'content' => $content));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue