summaryrefslogtreecommitdiffstats
path: root/system/helpers/url_helper.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2013-07-18 02:21:16 +0200
committerAndrey Andreev <narf@devilix.net>2013-07-18 02:21:16 +0200
commit56c8ca6e3d292030283ee23745d495a146c168f5 (patch)
tree3079eeda0479a3256556cb30557e970e0c12fae0 /system/helpers/url_helper.php
parent2023c3d05b042cf1322286d69557c2b8bf3bd8d5 (diff)
Add that parameter for real :)
Diffstat (limited to 'system/helpers/url_helper.php')
-rw-r--r--system/helpers/url_helper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/helpers/url_helper.php b/system/helpers/url_helper.php
index 36219630d..e82a51dcc 100644
--- a/system/helpers/url_helper.php
+++ b/system/helpers/url_helper.php
@@ -50,7 +50,7 @@ if ( ! function_exists('site_url'))
* @param string $protocol
* @return string
*/
- function site_url($uri = '')
+ function site_url($uri = '', $protocol = NULL)
{
$site_url = get_instance()->config->site_url($uri);