返信する: OpnePNE3
- Re: opDiaryPlugin1.5.0コメント出来ないエラー
- 投稿者: kondo 投稿日時: 2014/12/16 22:43
下記により修正出来ました。
https://github.com/isaosano/opDiaryPlugin/commit/9f9927ac226090314e2467006cd5a36c333e6db0/plugins/opDiaryPlugin/lib/model/doctrine/PluginDiaryComment.class.php
&& !is_null($comment->getMemberId())
47行目に追記します。
if(false == array_key_exists($comment->getMemberId(), $toMembers) && $comment->getMemberId() !== $this->Diary->member_id && $comment->getMemberId() !== $this->member_id && !is_null($comment->getMemberId())