From 42cad0bbe3383e3f22daf4c34f541f6e6d8f21bf Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Thu, 8 Aug 2013 21:06:40 -0400 Subject: [PATCH] Fixed debugger with the new bootstrap. --- controllers/SiteController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/controllers/SiteController.php b/controllers/SiteController.php index 04da8b3..4b9ac97 100644 --- a/controllers/SiteController.php +++ b/controllers/SiteController.php @@ -21,6 +21,7 @@ class SiteController extends Controller public function actionIndex() { + Yii::warning('test'); return $this->render('index'); }