Changeset 1552
- Timestamp:
- 12/16/2007 01:42:36 PM (13 months ago)
- Files:
-
- 1 modified
-
trunk/system/helpers/url.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/helpers/url.php
r1522 r1552 79 79 * The current URI string. 80 80 */ 81 public static function current( )81 public static function current($qs = FALSE) 82 82 { 83 return Router::$current_uri ;83 return Router::$current_uri.($qs === TRUE ? Router::$query_string : ''); 84 84 } 85 85
