Guest User

Untitled

a guest
Sep 14th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Yii - PHP error after content saying that LogDetailFilter couldn’t be found
  2. function actionEdit()
  3. {
  4. $this->render('//user/edit');
  5. }
  6.  
  7. function actionEdit()
  8. {
  9. $this->render('//user/edit');
  10. die;
  11. }
Add Comment
Please, Sign In to add comment