Fix broken lastupdate tags feature. Defaulted off for PI.

This commit is contained in:
Jim Miller
2013-02-03 11:24:34 -06:00
parent d033983e56
commit f6d407d5eb
+2 -1
View File
@@ -74,7 +74,8 @@ class Configuration(ConfigParser.SafeConfigParser):
# internal stuff.
'langcode',
'output_css',
'authorHTML'
'authorHTML',
'lastupdate'
]
def addConfigSection(self,section):