Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 9565 | Rev 9567 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 9565 Rev 9566
Línea 586... Línea 586...
586
                    }
586
                    }
Línea 587... Línea 587...
587
                    
587
                    
588
                    if(isset($dataPost['high_performance_group_topic_id'])){
588
                    if(isset($dataPost['high_performance_group_topic_id'])){
589
                        return new JsonModel([
589
                        return new JsonModel([
590
                            'success' => false,
590
                            'success' => false,
591
                            'data' => $feed->id
591
                            'data' => $feed
592
                        ]);
592
                        ]);
593
                        $topicMapper = TopicMapper::getInstance($this->adapter);
593
                        $topicMapper = TopicMapper::getInstance($this->adapter);
594
                        $topic = $topicMapper->fetchOneByUuid($feed->high_performance_group_topic_id);
594
                        $topic = $topicMapper->fetchOneByUuid($feed->high_performance_group_topic_id);
595
                        if($topic){
595
                        if($topic){