]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/changeset_controller.rb
There is no routing.js to compile
[rails.git] / app / controllers / changeset_controller.rb
index 224c2c48859ea9dec1044a0dbaf09a2a947973f1..eaa87df7bfa5ba3275daa2c12a92fcee68e65e25 100644 (file)
@@ -336,7 +336,7 @@ class ChangesetController < ApplicationController
     # Notify current subscribers of the new comment
     changeset.subscribers.each do |user|
       if @user != user
-        Notifier.changeset_comment_notification(comment, user).deliver
+        Notifier.changeset_comment_notification(comment, user).deliver_now
       end
     end