Skip to content

Commit

Permalink
Sitemap dispatch event to add custom data // Rename dispatch event (#468
Browse files Browse the repository at this point in the history
)
  • Loading branch information
bastienlm authored and colinmollenhour committed Mar 15, 2018
1 parent b5d554d commit 1e31c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/core/Mage/Sitemap/Model/Sitemap.php
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ public function generateXml()
}
unset($collection);

Mage::dispatchEvent('sitemap_generate_before', array(
Mage::dispatchEvent('sitemap_urlset_generating_before', array(
'file' => $io ,
'base_url' => $baseUrl ,
'date' => $date,
Expand Down

0 comments on commit 1e31c01

Please sign in to comment.