diff --git a/app/controllers/photos_controller.rb b/app/controllers/photos_controller.rb index 780f17b5b..063e98b4c 100644 --- a/app/controllers/photos_controller.rb +++ b/app/controllers/photos_controller.rb @@ -83,6 +83,7 @@ class PhotosController < ApplicationController end def show + @aspect = :none @photo = current_user.find_visible_post_by_id params[:id] unless @photo render :file => "#{Rails.root}/public/404.html", :layout => false, :status => 404