commit | 9093042c1f56bbdce2785ec5de0cd4180b4e6216 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Wed Oct 24 23:53:12 2012 +0300 |
committer | Andrey Andreev <narf@bofh.bg> | Wed Oct 24 23:53:12 2012 +0300 |
tree | 6ebf65805448c3ab221a3e509d394b46dd713c6d | |
parent | 4a7cc768a836a12c4839e482715b3859e0c16d7d [diff] [blame] |
Improve fix for #1811
diff --git a/system/core/URI.php b/system/core/URI.php index 40eaaeb..72f293c 100644 --- a/system/core/URI.php +++ b/system/core/URI.php
@@ -501,6 +501,7 @@ } // Cache the array for reuse + isset($this->keyval[$which]) OR $this->keyval[$which] = array(); $this->keyval[$which][$n] = $retval; return $retval; }