# HG changeset patch # User luisf # Date 1380381776 -3600 # Node ID 92d854be33d522a77d776ae194031fd0795428d6 # Parent bf2db886a543b13f5a741417d4013701cfe43084 removed wrong id diff -r bf2db886a543 -r 92d854be33d5 plugins/redmine_bibliography/app/models/authorship.rb --- a/plugins/redmine_bibliography/app/models/authorship.rb Sat Sep 28 16:21:53 2013 +0100 +++ b/plugins/redmine_bibliography/app/models/authorship.rb Sat Sep 28 16:22:56 2013 +0100 @@ -58,7 +58,7 @@ def search_author_id if self.author.nil? - authid = "xxx" + authid = "" else authid = author_id end