Procházet zdrojové kódy

Fixed debugger with the new bootstrap.

Qiang Xue před 12 roky
rodič
revize
42cad0bbe3
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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');
 	}