This commit is contained in:
Colin Viebrock
2012-04-23 23:43:09 -05:00
parent 71d361e071
commit 11b0d243ff
2 changed files with 13 additions and 3 deletions

View File

@@ -297,9 +297,7 @@ class Bundle {
{
if (is_null($bundle)) return static::assets(DEFAULT_BUNDLE);
$server = Config::get('application.asset_url', URL::base() );
return ($bundle != DEFAULT_BUNDLE) ? $server."/bundles/{$bundle}/" : $server.'/';
return ($bundle != DEFAULT_BUNDLE) ? "/bundles/{$bundle}/" : '/';
}
/**