[-] MO : Mondialrelay, merge 1.4 => 1.5

This commit is contained in:
vSchoener
2011-12-05 10:46:33 +00:00
parent 62e51a9b44
commit 8e8fcd3dfd
8 changed files with 369 additions and 309 deletions
@@ -151,7 +151,7 @@ class MRGetRelayPoint implements IMondialRelayWSMethod
}
}
$concatenationValue .= $this->_webServiceKey;
$this->_fields['list']['Security']['value' ] = strtoupper(md5($concatenationValue));
$this->_fields['list']['Security']['value'] = strtoupper(md5($concatenationValue));
}
/*
@@ -238,7 +238,7 @@ class MRGetRelayPoint implements IMondialRelayWSMethod
}
if ($totalEmptyFields == count($relayPoint))
unset($result[$num]);
}
}
if (!count($result))
$errors[] = $this->_mondialRelay->l('MondialRelay can\'t find any relay point near your address. Maybe your address isn\'t properly filled ?');
else