Show
Ignore:
Timestamp:
06/25/2008 03:04:09 AM (5 months ago)
Author:
armen
Message:

Removed extra called in foreaches.

Files:
1 modified

Legend:

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

    r2898 r2899  
    9494 
    9595                        $found = FALSE; 
    96                         foreach (Config::include_paths() as $dir) 
     96                        $paths = Config::include_paths(); 
     97 
     98                        foreach ($paths as $dir) 
    9799                        { 
    98100                                // Search within controllers only