Commit bd60576e authored by Shakarim Sapa's avatar Shakarim Sapa

- Исправлен вызов метода render в контроллере

parent 24e15d16
......@@ -146,7 +146,7 @@ class UserAdminController extends \common\components\AdminController
public function actionView($id)
{
$this->render('view', array(
return $this->render('view', array(
'model'=> $this->loadModel($id),
));
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment