FIX: remove typo

This commit is contained in:
Will Rossiter 2012-07-09 16:38:30 +12:00
parent 929e97accf
commit d67270fe7a
1 changed files with 0 additions and 1 deletions

View File

@ -144,7 +144,6 @@ class GoogleSitemap extends Controller {
if(($pageHttp == $hostHttp) && !($page instanceof ErrorPage)) {
if($page->canView() && (!isset($page->Priority) || $page->Priority > 0)) {
$
$output->push($page);
}
}