質問するログイン新規登録

回答編集履歴

1

スペミス

2017/02/01 00:18

投稿

turbgraphics200
turbgraphics200

スコア4269

answer CHANGED
@@ -2,7 +2,7 @@
2
2
  ```php
3
3
  public function afterFilter(){
4
4
  parent::afterFilter();
5
- if($this->action == 'evetnA'){
5
+ if($this->action == 'eventA'){
6
6
  eventB();
7
7
  }
8
8
  }