From 56c8ca6e3d292030283ee23745d495a146c168f5 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Thu, 18 Jul 2013 03:21:16 +0300 Subject: Add that parameter for real :) --- system/helpers/url_helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') 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); -- cgit v1.2.3-24-g4f1b