Changeset 2931

Show
Ignore:
Timestamp:
06/29/2008 09:29:08 AM (5 months ago)
Author:
Shadowhand
Message:

Fixing a bug in Router that could cause the include path order to be ignored. Thanks ess!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/Router.php

    r2901 r2931  
    116116                                                // Set the method segment 
    117117                                                $method_segment = $key + 1; 
     118 
     119                                                // Stop searching 
     120                                                break; 
    118121                                        } 
    119122                                }