diff options
author | 2005-09-04 15:29:11 +0000 | |
---|---|---|
committer | 2005-09-04 15:29:11 +0000 | |
commit | 4d7934f602c779c7888bd7f8834db9c95ec097ff (patch) | |
tree | de20c03d124c9cbb9a7ebaabb3711f67845f1bd8 /www-apps/pyblosxom-plugins/files | |
parent | Fixed comments plugin (diff) | |
download | overlay-4d7934f602c779c7888bd7f8834db9c95ec097ff.tar.gz overlay-4d7934f602c779c7888bd7f8834db9c95ec097ff.tar.bz2 overlay-4d7934f602c779c7888bd7f8834db9c95ec097ff.zip |
Fixed comments plugin
svn path=/; revision=354
Diffstat (limited to 'www-apps/pyblosxom-plugins/files')
-rw-r--r-- | www-apps/pyblosxom-plugins/files/comments.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www-apps/pyblosxom-plugins/files/comments.py b/www-apps/pyblosxom-plugins/files/comments.py index 43e0cef..f53db38 100644 --- a/www-apps/pyblosxom-plugins/files/comments.py +++ b/www-apps/pyblosxom-plugins/files/comments.py @@ -339,6 +339,7 @@ def writeComment(request, config, data, comment, encoding): cfile.write(filedata) cfile.close() + os.chmod(cfn, 0664) #write latest pickle latest = None |