mirror of
https://github.com/wilr/silverstripe-googlesitemaps.git
synced 2024-10-22 11:05:48 +02:00
Bugfix: forced locale en_US for priority, since on some locale (eg. Italian) the separator is a comma.
This commit is contained in:
parent
ac1e61faae
commit
9b7c14abc4
@ -71,6 +71,7 @@ class GoogleSitemapSiteTreeExtension extends GoogleSitemapExtension {
|
||||
* @return mixed
|
||||
*/
|
||||
public function getGooglePriority() {
|
||||
setlocale(LC_ALL, "en_US.UTF8");
|
||||
$priority = $this->owner->getField('Priority');
|
||||
|
||||
if(!$priority) {
|
||||
|
Loading…
Reference in New Issue
Block a user