Commit 9e690c8a by Taylor Otwell

fix problem with bundle assets.

parent 2bbb9e55
...@@ -159,7 +159,7 @@ class Bundle { ...@@ -159,7 +159,7 @@ class Bundle {
*/ */
public static function assets($bundle) public static function assets($bundle)
{ {
return ($bundle != DEFAULT_BUNDLE) ? URL::base()."/bundles/{$bundle}/" : PUBLIC_PATH; return ($bundle != DEFAULT_BUNDLE) ? URL::base()."/bundles/{$bundle}/" : URL::base().'/';
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment