Skip to content

Commit

Permalink
Fixed method reference
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuabaker committed Sep 2, 2015
1 parent 4a12f9c commit dd0d763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sitemap/services/SitemapService.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public function addCategoryGroup(CategoryGroupModel $categoryGroup, $changefreq

$categories = $criteria->find();
foreach ($categories as $category) {
$this->addCategory($category, $changefreq, $priority);
$this->addElement($category, $changefreq, $priority);
}
}

Expand Down

0 comments on commit dd0d763

Please sign in to comment.