返信する: OpnePNE3
- スマートフォンからのあしあとが残らない不具合
- 投稿者: kondo 投稿日時: 2014/1/4 3:13
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') );