]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/diary_entry_controller.rb
Pass editing params through to welcome page
[rails.git] / app / controllers / diary_entry_controller.rb
index 08e00419da3bf025c7096848f88eee98f1c6545a..e900733e44a71691c8b5f3dff8c90af053a22b51 100644 (file)
@@ -127,7 +127,7 @@ class DiaryEntryController < ApplicationController
         @description = I18n.t('diary_entry.feed.user.description', :user => user.display_name)
         @link = "http://#{SERVER_URL}/user/#{user.display_name}/diary"
       else
-        render :nothing => true, :status => :not_found
+        render :text => "", :status => :not_found
         return
       end
     else