Skip to content

Instantly share code, notes, and snippets.

@nahi
Created March 2, 2009 01:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nahi/72559 to your computer and use it in GitHub Desktop.
Save nahi/72559 to your computer and use it in GitHub Desktop.
0% git diff app/controllers/entry_controller.rb
diff --git a/app/controllers/entry_controller.rb b/app/controllers/entry_controller.rb
index 296f596..568c7c8 100644
--- a/app/controllers/entry_controller.rb
+++ b/app/controllers/entry_controller.rb
@@ -465,7 +465,7 @@ private
def redirect_to_list
if ctx = @ctx || session[:ctx]
- redirect_to ctx.list_opt
+ redirect_to ctx.link_opt
else
redirect_to :action => 'list'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment