Browse Source

Removed test code.

tags/2.0.0-beta
Qiang Xue 12 years ago
parent
commit
4a60711b3c
  1. 2
      apps/basic/controllers/SiteController.php

2
apps/basic/controllers/SiteController.php

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

Loading…
Cancel
Save