Show
Ignore:
Timestamp:
02/13/06 22:41:40 (7 years ago)
Author:
dema
Message:

Fixed the repository selection from causing DoubleRenderException?.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/adapt/app/controllers/repository_controller.rb

    r17 r38  
    1414        begin 
    1515          set_repo 
    16           redirect_to :controller => 'nav_class', :action => 'list' 
     16          redirect_to :controller => 'nav_class', :action => 'list' and return 
    1717        rescue => ex 
    1818          flash['notice'] = 'Invalid username/password/repository combination.'