|
@@ -54,8 +54,8 @@ |
|
|
block discarded – undo |
|
54
|
54
|
return; |
|
55
|
55
|
} |
|
56
|
56
|
|
|
57
|
|
- $this->IPHint = Utils::extractStrings($xml, Common::NS, 'IPHint'); |
|
58
|
|
- $this->DomainHint = Utils::extractStrings($xml, Common::NS, 'DomainHint'); |
|
|
57
|
+ $this->IPHint = Utils::extractStrings($xml, Common::NS, 'IPHint'); |
|
|
58
|
+ $this->DomainHint = Utils::extractStrings($xml, Common::NS, 'DomainHint'); |
|
59
|
59
|
$this->GeolocationHint = Utils::extractStrings($xml, Common::NS, 'GeolocationHint'); |
|
60
|
60
|
|
|
61
|
61
|
foreach (Utils::xpQuery($xml, "./*[namespace-uri()!='".Common::NS."']") as $node) { |
Please login to merge, or discard this patch.