Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 327 Rev 328
Línea 233... Línea 233...
233
            }
233
            }
Línea 234... Línea 234...
234
            
234
            
-
 
235
            
235
            
236
            
236
            
237
            $link = '';
237
            $link = '';
238
            $type = '';
238
            $habitContent = $contentMapper->fetchOneNextAvailableForOrderByCompanyId($company->id, $order);
239
            $habitContent = $contentMapper->fetchOneNextAvailableForOrderByCompanyId($company->id, $order);
Línea -... Línea 240...
-
 
240
            if($habitContent) {
239
            if($habitContent) {
241
                $storage = \LeadersLinked\Library\Storage::getInstance($this->config);
Línea 240... Línea 242...
240
                $storage = \LeadersLinked\Library\Storage::getInstance($this->config);
242
                $path = $storage->getPathHabitContent();
Línea 241... Línea 243...
241
                $path = $storage->getPathHabitContent();
243
                
242
                
244
                
243
                
245
                $type = $habitContent->type;
-
 
246
                $link = $storage->getGenericFile($path, $habitContent->uuid, $habitContent->file);
-
 
247
                
-
 
248
                
244
                $link = $storage->getGenericFile($path, $habitContent->uuid, $habitContent->file);
249
            };
Línea 245... Línea 250...
245
                
250
            
246
                
251