BUGFIX: realtime publishing now enabled by default (from r103127)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@111659 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sam Minnee 2010-10-04 06:14:31 +00:00
parent 9c9a42bf89
commit 5926dcc234

View File

@ -15,8 +15,7 @@ abstract class StaticPublisher extends DataObjectDecorator {
* Realtime static publishing... the second a page
* is saved, it is written to the cache
*/
// @todo this is currently disabled until template problems can be fixed
static $disable_realtime = true;
static $disable_realtime = false;
abstract function publishPages($pages);
abstract function unpublishPages($pages);