スマートフォンからのあしあとが残らない不具合
投稿ツリー
-
スマートフォンからのあしあとが残らない不具合 (kondo, 2014/1/4 3:13)
- depth:
- 0
前の投稿
-
次の投稿
|
親投稿
-
子投稿なし
|
投稿日時 2014/1/4 3:13 | 最終変更
kondo
投稿数: 104
投稿数: 104
opAshiatoPlugin1.1.1
下記で修正されています。
https://github.com/upsilon/opAshiatoPlugin/blob/eaa353fcfff0e1199c137116b025ab02a02a6eef/config/config.php
/plugins/opAshiatoPlugin/config/config.php
<?php
$this->dispatcher->connect(
'op_action.post_execute_member_profile',
array('opRegisterAshiato', 'listenToPostActionEventRetriveMemberById')
);$this->dispatcher->connect(
'op_action.post_execute_member_smtProfile',
array('opRegisterAshiato', 'listenToPostActionEventRetriveMemberById')
);$this->dispatcher->connect(
'op_action.post_execute_friend_list',
array('opRegisterAshiato', 'listenToPostActionEventRetriveMemberById')
);$this->dispatcher->connect(
'op_action.post_execute_friend_smtList',
array('opRegisterAshiato', 'listenToPostActionEventRetriveMemberById')
);$this->dispatcher->connect(
'op_action.post_execute_diary_show',
array('opRegisterAshiato', 'listenToPostActionEventRetriveMemberByDiary')
);$this->dispatcher->connect(
'op_action.post_execute_diary_smtShow',
array('opRegisterAshiato', 'listenToPostActionEventRetriveMemberByDiary')
);$this->dispatcher->connect(
'op_action.post_execute_diary_listMember',
array('opRegisterAshiato', 'listenToPostActionEventRetriveMemberById')
);$this->dispatcher->connect(
'op_action.post_execute_diary_smtListMember',
array('opRegisterAshiato', 'listenToPostActionEventRetriveMemberById')
);$this->dispatcher->connect(
'op_action.pre_execute_member_delete',
array('opRemoveAshiato', 'listenToPreActionEventRetriveMemberById')
);
投票数:0
平均点:0.00
返信する
