diff -r 8aa775cb7c0a -r f2288bb384bb vendor/plugins/redmine_bibliography/app/views/publications/_edit.html.erb
--- a/vendor/plugins/redmine_bibliography/app/views/publications/_edit.html.erb
+++ b/vendor/plugins/redmine_bibliography/app/views/publications/_edit.html.erb
@@ -1,4 +1,5 @@
-<% form_for @publication do |f| -%>
+<% form_for @publication, :url => { :project_id  => @project_id, :action => :create } do |f| -%>
+
   <%= f.error_messages %>
   
   <p><%= f.label :title, l(:title) %>  <%= f.text_field :title %></p>
@@ -14,6 +15,7 @@
     <%= render :partial => 'bibtex_fields', :locals => { :f => builder}  %>
   <%- end -%>
 
+
   <%= f.submit %>
 
 <% end -%>
