Explorar el Código

Removed test code.

Qiang Xue hace 12 años
padre
commit
72dd7acbef
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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');
 	}