Generated URLs default to use the current protocol (http or https)
Signed-off-by: Phill Sparks <phill@bulbstudios.com>
This commit is contained in:
@@ -124,7 +124,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