mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
comment out Sitemap::ping() since it has been fixed in 2.2-rc2 and have not merge back yet.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@45803 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
b971a36b08
commit
dd0f2f72be
@ -493,7 +493,9 @@ JS;
|
|||||||
$record->write();
|
$record->write();
|
||||||
$record->publish("Stage", "Live");
|
$record->publish("Stage", "Live");
|
||||||
|
|
||||||
Sitemap::ping();
|
//TODO: This has been fixed in 2.2-rc2 and need to be merged back to trunk,
|
||||||
|
// for now just comment it out.
|
||||||
|
//Sitemap::ping();
|
||||||
|
|
||||||
// Fix the sort order for this page's siblings
|
// Fix the sort order for this page's siblings
|
||||||
DB::query("UPDATE SiteTree_Live
|
DB::query("UPDATE SiteTree_Live
|
||||||
|
Loading…
Reference in New Issue
Block a user