Generated URLs default to use the current protocol (http or https)
Signed-off-by: Phill Sparks <phill@bulbstudios.com>
This commit is contained in:
@@ -297,7 +297,7 @@ class Router {
|
||||
* @param bool $https
|
||||
* @return void
|
||||
*/
|
||||
public static function controller($controllers, $defaults = 'index', $https = false)
|
||||
public static function controller($controllers, $defaults = 'index', $https = null)
|
||||
{
|
||||
foreach ((array) $controllers as $identifier)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user