Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6220 Rev 6221
Línea 1732... Línea 1732...
1732
                ]);
1732
                ]);
1733
            }
1733
            }
1734
        }
1734
        }
1735
        $item['comment_add_url'] = $this->url()->fromRoute('feed/comment', ['id' => $feed->uuid]);
1735
        $item['comment_add_url'] = $this->url()->fromRoute('feed/comment', ['id' => $feed->uuid]);
1736
        $item['comments'] = $comments;
1736
        $item['comments'] = $comments;
1737
        $item['companies'] = $company;
-
 
Línea 1738... Línea 1737...
1738
 
1737
 
1739
        return $item;
1738
        return $item;
Línea 1740... Línea 1739...
1740
    }
1739
    }