Merge pull request #730 from sparksp/develop-default-https
Generated URLs default to use the current protocol (http or https)
This commit is contained in:
@@ -137,7 +137,7 @@ class HTML {
|
||||
* @param bool $https
|
||||
* @return string
|
||||
*/
|
||||
public static function link($url, $title, $attributes = array(), $https = false)
|
||||
public static function link($url, $title, $attributes = array(), $https = null)
|
||||
{
|
||||
$url = URL::to($url, $https);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user