Skip to content

Commit

Permalink
Fix to typo for 404
Browse files Browse the repository at this point in the history
  • Loading branch information
cykod committed Jan 6, 2011
1 parent 6fde2a7 commit faa4549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/module_app_controller.rb
Expand Up @@ -268,7 +268,7 @@ def display_missing_page #:nodoc:
set_robots!
render :template => '/page/index', :layout => 'page', :status => "404 Not Found"
return
rescueg SiteNodeEngine::MissingPageException => e
rescue SiteNodeEngine::MissingPageException => e
render :text => "Page Not Found", :layout => false, :status => "404 Not Found"
return
end
Expand Down

0 comments on commit faa4549

Please sign in to comment.