summaryrefslogtreecommitdiffstats
path: root/system/core/URI.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2016-02-15 13:35:37 +0100
committerAndrey Andreev <narf@devilix.net>2016-02-15 13:35:37 +0100
commit02fde67322db74df42ef8dc953cc2be3f9fc4ccd (patch)
tree7d81ebcdc8026552f98f797b84498c27baa5c978 /system/core/URI.php
parent2a34081c5e1b8a86d2d3f87c3da69b9d580d6027 (diff)
Remove reference usage from last commit ... it's useless
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 7c93e36b7..7f07bfe1e 100644
--- a/system/core/URI.php
+++ b/system/core/URI.php
@@ -96,7 +96,7 @@ class CI_URI {
*
* @return void
*/
- public function __construct(CI_Config &$config)
+ public function __construct(CI_Config $config)
{
$this->config = $config;