Commit be4ab761 authored by Michal Čihař's avatar Michal Čihař

Merge branch 'master' of github.com:nijel/weblate

parents 99bc5109 c66d6b62
......@@ -866,7 +866,7 @@ class Translation(models.Model):
# Save backend if there was a change
if need_save:
author = self.get_author_name(request.usr)
author = self.get_author_name(request.user)
# Update po file header
if hasattr(store, 'updateheader'):
po_revision_date = datetime.now().strftime('%Y-%m-%d %H:%M') + poheader.tzstring()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment