Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 10411 Rev 10412
Línea 1078... Línea 1078...
1078
     *
1078
     *
1079
     * @param int $feed_id
1079
     * @param int $feed_id
1080
     * @param Company $company
1080
     * @param Company $company
1081
     * @return array
1081
     * @return array
1082
     */
1082
     */
1083
    private function renderFeed($feed_id,$group_uuid="")
1083
    private function renderFeed($feed_id)
1084
    {
1084
    {
Línea 1085... Línea 1085...
1085
        
1085
        
1086
        $sandbox = $this->config['leaderslinked.runmode.sandbox'];
1086
        $sandbox = $this->config['leaderslinked.runmode.sandbox'];
1087
        if($sandbox) {
1087
        if($sandbox) {