BUGFIX: realtime publishing now enabled by default

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@103127 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Geoff Munn 2010-04-20 02:15:59 +00:00 committed by Sam Minnee
parent 0ba1e35ece
commit 051143465e

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);