Fixed debugger with the new bootstrap.

This commit is contained in:
Qiang Xue 2013-08-08 21:06:40 -04:00
parent f6c54739ff
commit 42cad0bbe3

View File

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