mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
MINOR disable real-time static publishing
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@99008 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
f72fb26b4c
commit
3c3b8b40de
@ -13,7 +13,8 @@ abstract class StaticPublisher extends DataObjectDecorator {
|
||||
|
||||
// Realtime static publishing... the second a page
|
||||
// is saved, it is written to the cache
|
||||
static $disable_realtime = false;
|
||||
// @todo this is currently disabled until template problems can be fixed
|
||||
static $disable_realtime = true;
|
||||
|
||||
abstract function publishPages($pages);
|
||||
abstract function unpublishPages($pages);
|
||||
|
Loading…
Reference in New Issue
Block a user