public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Search Repo:
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
remove ancient redirect_to_url reference

git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@2804 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Tue Mar 13 12:53:48 -0700 2007
commit  19c9f1382b8c615f1432af81bbe92df688a02bda
tree    57b1adb8e7763dab4744641c6b5789de578217b5
parent  39ecfcb177b4f664d39aa6e4edb4954b32a88a95
...
51
52
53
54
 
55
56
57
...
51
52
53
 
54
55
56
57
0
@@ -51,7 +51,7 @@
0
 
0
     # move to the last store_location call or to the passed default one
0
     def redirect_back_or_default(default)
0
- location_stored? ? redirect_to_url(session[:return_to]) : redirect_to(default)
0
+ redirect_to(location_stored? ? session[:return_to] : default)
0
       session[:return_to] = nil
0
     end
0
     

Comments

    No one has commented yet.