返信する: OpnePNE3
- Re: opCommunityTopicPlugin1.1.0コメント出来ないエラー
- 投稿者: kondo 投稿日時: 2014/11/19 16:15
公式で修正されました。
https://github.com/amashigeseiji/opCommunityTopicPlugin/commit/c1356639aa76bdca7f05b74b5a2417a6944fd803./plugins/opCommunityTopicPlugin/lib/model/doctrine/PluginCommunityTopicComment.class.php
49行目追記 ->andWhere('member_id IS NOT NULL')
$comments = Doctrine::getTable('CommunityTopicComment') ->createQuery('q') ->where('community_topic_id = ?', $this->getCommunityTopic()->getId()) ->andWhere('member_id IS NOT NULL') ->execute(); $toMembers = array(); foreach($comments as $comment)