Taylor Otwell 12 years ago
parent
commit
f948801369
1 changed files with 1 additions and 1 deletions
  1. 1 1
      laravel/url.php

+ 1 - 1
laravel/url.php

@@ -239,7 +239,7 @@ class URL {
 	 */
 	public static function to_asset($url, $https = null)
 	{
-		if (static::valid($url) or starts_with($url, '//')) return $url;
+		if (static::valid($url) or static::valid('http:'.$url)) return $url;
 
 		// If a base asset URL is defined in the configuration, use that and don't
 		// try and change the HTTP protocol. This allows the delivery of assets