Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11419 Rev 11420
Línea 189... Línea 189...
189
                
189
                
190
                if($feed->type=='hptg'){
190
                if($feed->type=='hptg'){
191
                    $comment->user_id = $currentUser->id;
191
                    $comment->user_id = $currentUser->id;
192
                }
192
                }
193
                if($feed->type=='mytq'){
193
                if($feed->type=='mytq'){
194
                    $comment->user_id = $currentUser->id;
194
                    $comment->user_id = $currentCompany->id;
195
                }
195
                }
196
                else{
196
                else{
197
                    $comment->user_id = $owner->user_id;
197
                    $comment->user_id = $owner->user_id;