Proyectos de Subversion LeadersLinked - Services

Rev

Rev 283 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 283 Rev 333
Línea 177... Línea 177...
177
                    $routeDailyPulse = $this->url()->fromRoute('daily-pulse');
177
                    $routeDailyPulse = $this->url()->fromRoute('daily-pulse');
178
                } else {
178
                } else {
179
                    $routeDailyPulse = '';
179
                    $routeDailyPulse = '';
180
                }
180
                }
Línea 181... Línea 181...
181
                
181
                
182
                $storage = Storage::getInstance($this->config);
182
                $storage = Storage::getInstance($this->config, $this->adapter);
Línea 183... Línea 183...
183
                $path = $storage->getPathNetwork();
183
                $path = $storage->getPathNetwork();
184
                
184
                
185
                if($currentNetwork->moodle_image) {
185
                if($currentNetwork->moodle_image) {
Línea 267... Línea 267...
267
                } else {
267
                } else {
268
                    $routeTimeline = $this->url()->fromRoute('feed/timeline', ['id' => $currentUser->uuid, 'type' => 'user']);
268
                    $routeTimeline = $this->url()->fromRoute('feed/timeline', ['id' => $currentUser->uuid, 'type' => 'user']);
269
                }
269
                }
Línea 270... Línea 270...
270
                
270
                
271
                
271
                
Línea 272... Línea 272...
272
                $storage = Storage::getInstance($this->config);   
272
                $storage = Storage::getInstance($this->config, $this->adapter);   
273
                $path = $storage->getPathNetwork();
273
                $path = $storage->getPathNetwork();
274
                
274