Qiang Xue 12 лет назад
Родитель
Сommit
7efa64c733
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');
 	}