mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-03 06:44:07 +01:00
fixed a typo.
This commit is contained in:
@@ -308,7 +308,7 @@ class CClientScript extends CApplicationComponent
|
||||
{
|
||||
$baseUrl=$package['baseUrl'];
|
||||
if($baseUrl==='' || $baseUrl[0]!=='/')
|
||||
$baseUrl=Yii::app()->getRequest()->getBaseUrl.'/'.$baseUrl;
|
||||
$baseUrl=Yii::app()->getRequest()->getBaseUrl().'/'.$baseUrl;
|
||||
$baseUrl=rtrim($baseUrl,'/');
|
||||
}
|
||||
else if(isset($package['basePath']))
|
||||
|
||||
Reference in New Issue
Block a user