Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 283 Rev 333
Línea 137... Línea 137...
137
                $allowView = $acl->isAllowed($currentUser->usertype_id, 'profile/view');
137
                $allowView = $acl->isAllowed($currentUser->usertype_id, 'profile/view');
138
                $allowEdit = $acl->isAllowed($currentUser->usertype_id, 'profile/my-profiles/edit');
138
                $allowEdit = $acl->isAllowed($currentUser->usertype_id, 'profile/my-profiles/edit');
139
                $allowDelete = $acl->isAllowed($currentUser->usertype_id, 'profile/my-profiles/delete');
139
                $allowDelete = $acl->isAllowed($currentUser->usertype_id, 'profile/my-profiles/delete');
Línea 140... Línea 140...
140
 
140
 
Línea 141... Línea 141...
141
                
141
                
142
                $storage = Storage::getInstance($this->config);
142
                $storage = Storage::getInstance($this->config, $this->adapter);
Línea 502... Línea 502...
502
 
502
 
503
 
503
 
Línea 504... Línea 504...
504
            $image_size_cover = $this->config['leaderslinked.image_sizes.user_cover_upload'];
504
            $image_size_cover = $this->config['leaderslinked.image_sizes.user_cover_upload'];
Línea 505... Línea 505...
505
            $image_size_profile = $this->config['leaderslinked.image_sizes.user_upload'];
505
            $image_size_profile = $this->config['leaderslinked.image_sizes.user_upload'];
506
 
506
 
507
            $storage = Storage::getInstance($this->config);
507
            $storage = Storage::getInstance($this->config, $this->adapter);
508
 
508
 
Línea 1704... Línea 1704...
1704
                        'data'   => $messages
1704
                        'data'   => $messages
1705
                    ]);
1705
                    ]);
1706
                }
1706
                }
1707
            }
1707
            }
Línea 1708... Línea 1708...
1708
            
1708
            
Línea 1709... Línea 1709...
1709
            $storage = Storage::getInstance($this->config);
1709
            $storage = Storage::getInstance($this->config, $this->adapter);
1710
            
1710
            
1711
            return new JsonModel([
1711
            return new JsonModel([
1712
                'success'   => true,
1712
                'success'   => true,
Línea 1852... Línea 1852...
1852
                        'data'   => $messages
1852
                        'data'   => $messages
1853
                    ]);
1853
                    ]);
1854
                }
1854
                }
1855
            }
1855
            }
Línea 1856... Línea 1856...
1856
            
1856
            
Línea 1857... Línea 1857...
1857
            $storage = Storage::getInstance($this->config);
1857
            $storage = Storage::getInstance($this->config, $this->adapter);
1858
            
1858
            
1859
            return new JsonModel([
1859
            return new JsonModel([