소스 검색

Removed test code.

Qiang Xue 12 년 전
부모
커밋
72dd7acbef
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      controllers/SiteController.php

+ 1 - 1
controllers/SiteController.php

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