Explorar el Código

Fixed debugger with the new bootstrap.

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