Skip to content

Commit

Permalink
etc/inc/plugins.inc.d/dyndns/phpDynDNS.inc PHP Warning: Use of undefi…
Browse files Browse the repository at this point in the history
…ned constant ResourceRecord.... for opnsense/core#3400
  • Loading branch information
AdSchellevis committed Apr 9, 2019
1 parent eb73d02 commit 7af66ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dns/dyndns/src/etc/inc/plugins.inc.d/dyndns/phpDynDNS.inc
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ class updatedns
foreach ($a_result as $resultItem) {
if ($RecordType === $resultItem['Type']) {
$oldTTLResult = $resultItem[TTL];
$oldIPResult = $resultItem[ResourceRecords][0];
$oldIPResult = $resultItem["ResourceRecords"][0];
}
}

Expand Down

0 comments on commit 7af66ba

Please sign in to comment.