summaryrefslogtreecommitdiffstats
path: root/system/core/URI.php
diff options
context:
space:
mode:
authorvlakoff <vlakoff@gmail.com>2013-02-15 01:36:04 +0100
committervlakoff <vlakoff@gmail.com>2013-02-15 01:36:04 +0100
commit3567246091195e035ea4c8d3b2915eb6b45ad5e2 (patch)
tree5abb111b5b6a1ecbe79720b37057df085bebad38 /system/core/URI.php
parent3a533ac93a62f15c2abd186878238b0a99e10f88 (diff)
Various cosmetic fixes
Diffstat (limited to 'system/core/URI.php')
-rw-r--r--system/core/URI.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/URI.php b/system/core/URI.php
index 9b31a646b..b2286f032 100644
--- a/system/core/URI.php
+++ b/system/core/URI.php
@@ -126,7 +126,7 @@ class CI_URI {
return;
}
- // As a last ditch effort lets try using the $_GET array
+ // As a last ditch effort let's try using the $_GET array
if (is_array($_GET) && count($_GET) === 1 && trim(key($_GET), '/') !== '')
{
$this->_set_uri_string(key($_GET));