mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-07 00:26:52 +01:00
else if => elseif
This commit is contained in:
@@ -67,7 +67,7 @@ EOD;
|
||||
{
|
||||
if(CFileHelper::getExtension($file)==='php')
|
||||
$content=$this->render($file);
|
||||
else if(basename($file)==='.yii') // an empty directory
|
||||
elseif(basename($file)==='.yii') // an empty directory
|
||||
{
|
||||
$file=dirname($file);
|
||||
$content=null;
|
||||
|
||||
Reference in New Issue
Block a user