mirror of
https://github.com/wilr/silverstripe-googlesitemaps.git
synced 2024-10-22 09:05:48 +00:00
FIX: remove typo
This commit is contained in:
parent
929e97accf
commit
d67270fe7a
@ -144,7 +144,6 @@ class GoogleSitemap extends Controller {
|
|||||||
|
|
||||||
if(($pageHttp == $hostHttp) && !($page instanceof ErrorPage)) {
|
if(($pageHttp == $hostHttp) && !($page instanceof ErrorPage)) {
|
||||||
if($page->canView() && (!isset($page->Priority) || $page->Priority > 0)) {
|
if($page->canView() && (!isset($page->Priority) || $page->Priority > 0)) {
|
||||||
$
|
|
||||||
$output->push($page);
|
$output->push($page);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user