commit | 56c8ca6e3d292030283ee23745d495a146c168f5 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Thu Jul 18 03:21:16 2013 +0300 |
committer | Andrey Andreev <narf@devilix.net> | Thu Jul 18 03:21:16 2013 +0300 |
tree | 3079eeda0479a3256556cb30557e970e0c12fae0 | |
parent | 2023c3d05b042cf1322286d69557c2b8bf3bd8d5 [diff] [blame] |
Add that parameter for real :)
diff --git a/system/helpers/url_helper.php b/system/helpers/url_helper.php index 3621963..e82a51d 100644 --- a/system/helpers/url_helper.php +++ b/system/helpers/url_helper.php
@@ -50,7 +50,7 @@ * @param string $protocol * @return string */ - function site_url($uri = '') + function site_url($uri = '', $protocol = NULL) { $site_url = get_instance()->config->site_url($uri);