Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 283 Rev 333
Línea 354... Línea 354...
354
                
354
                
355
                
355
                
Línea 356... Línea 356...
356
                $common_connection = count($connectionMapper->fetchAllCommonConnectionsUserIdByUser1ReturnIds($currentUser->id, $userProfile->user_id));
356
                $common_connection = count($connectionMapper->fetchAllCommonConnectionsUserIdByUser1ReturnIds($currentUser->id, $userProfile->user_id));
Línea 357... Línea 357...
357
            }
357
            }
358
 
358
 
Línea 459... Línea 459...
459
                $paginator->setItemCountPerPage(10);
459
                $paginator->setItemCountPerPage(10);
Línea 460... Línea 460...
460
                
460
                
461
                $items = [];
461
                $items = [];
Línea 462... Línea 462...
462
                $records = $paginator->getCurrentItems();
462
                $records = $paginator->getCurrentItems();
463
                
463
                
464
                $storage = Storage::getInstance($this->config);
464
                $storage = Storage::getInstance($this->config, $this->adapter);
Línea 465... Línea 465...
465
                foreach($records as $record)
465
                foreach($records as $record)
466
                {
466
                {