Changeset 3230

Show
Ignore:
Timestamp:
07/28/2008 05:54:12 PM (4 months ago)
Author:
Shadowhand
Message:

Follow up to r3226, oops.

Files:
1 modified

Legend:

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

    r3226 r3230  
    192192                        } 
    193193                } 
    194                 elseif (count($_GET) === 1 AND current($_GET) === '' AND substr($_SERVER['QUERY_STRING'], -1) !== '=') 
     194                elseif (current($_GET) === '' AND substr($_SERVER['QUERY_STRING'], -1) !== '=') 
    195195                { 
    196196                        // The URI is the array key, eg: ?this/is/the/uri