Fixed the basic app template.

This commit is contained in:
Qiang Xue
2013-08-08 21:56:58 -04:00
parent 0e013c4f46
commit a602ee0e8c
4 changed files with 47 additions and 115 deletions

View File

@ -21,7 +21,6 @@ class SiteController extends Controller
public function actionIndex()
{
Yii::warning('test');
return $this->render('index');
}