浏览代码

Fixed debugger with the new bootstrap.

Qiang Xue 12 年之前
父节点
当前提交
42cad0bbe3
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      controllers/SiteController.php

+ 1 - 0
controllers/SiteController.php

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