mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Add support for configuring multiple static publisher on a single site (from r70203)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@88638 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
c9749e39ab
commit
53bb4296df
@ -88,7 +88,7 @@ class RebuildStaticCacheTask extends Controller {
|
||||
echo "done.\n\n";
|
||||
}
|
||||
echo "Rebuilding cache from " . sizeof($mappedUrls) . " urls...\n\n";
|
||||
$page->publishPages($mappedUrls);
|
||||
$page->extend('publishPages', $mappedUrls);
|
||||
echo "\n\n== Done! ==";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user