Bugfix for tags

This commit is contained in:
Stefan Ritter 2012-01-27 18:15:50 +01:00
parent 43a8d039ab
commit 1bd24c2d5b
1 changed files with 3 additions and 0 deletions

View File

@ -152,6 +152,9 @@ if not os.path.exists(plugins_dir):
if not os.path.exists("linklist"): if not os.path.exists("linklist"):
errorpage("File \"linklist\" does not exist!") errorpage("File \"linklist\" does not exist!")
if not os.path.exists(os.path.join(entries_dir, 'tags')) and tags == "True":
errorpage("You have to initialize your tags with <i>./blogthon.cgi -t</i> first!")
if language == "de": if language == "de":
blog_locale = ( blog_locale = (
"Seiten", "Seiten",