X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/ffe377758219d2500806c0807c6e902be8eba4fb..c52436a7e25876ee3509df2467c2a9ef33303436:/lib/vstorage.py?ds=sidebyside diff --git a/lib/vstorage.py b/lib/vstorage.py index ae4d22f9..f16496de 100644 --- a/lib/vstorage.py +++ b/lib/vstorage.py @@ -378,7 +378,7 @@ class VersionedStorage(object): return text @with_working_copy_locked - def add_page_tag(self, title, rev, tag, user="", doctag=True): + def add_page_tag(self, title, rev, tag, user, doctag=True): if doctag: tag = "{title}#{tag}".format(**locals())