Bugfix for tags
This commit is contained in:
parent
43a8d039ab
commit
1bd24c2d5b
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user