Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16943 Rev 16945
Línea 397... Línea 397...
397
                    if(isset($files['marketplace']) && empty($files['marketplace']['error'])) {
397
                    if(isset($files['marketplace']) && empty($files['marketplace']['error'])) {
398
                        $tmp_filename  = $files['marketplace']['tmp_name'];
398
                        $tmp_filename  = $files['marketplace']['tmp_name'];
399
                        // $filename      = $this->normalizeString($files['file']['name']);
399
                        // $filename      = $this->normalizeString($files['file']['name']);
Línea 400... Línea 400...
400
                        
400
                        
401
                        try {
401
                        try {
Línea 402... Línea 402...
402
                            list($target_width, $target_height) = explode('x', $this->config['leaderslinked.image_sizes.microlearning_image_size']);
402
                        list($target_width, $target_height) = explode('x', $this->config['leaderslinked.image_sizes.marketplace']);
403
                            
403
                            
404
                            $filename = 'marketplace-' .uniqid() . '.jpg';
404
                            $filename = 'marketplace-' .uniqid() . '.jpg';
405
                            $crop_to_dimensions = false;
405
                            $crop_to_dimensions = false;
Línea 662... Línea 662...
662
                            }
662
                            }
663
                        } catch(\Throwable $e) {
663
                        } catch(\Throwable $e) {
664
                            error_log($e->getTraceAsString());
664
                            error_log($e->getTraceAsString());
665
                        }
665
                        }
666
                    }
666
                    }
667
                    
667
                 
668
                    if(isset($files['marketplace']) && empty($files['marketplace']['error'])) {
668
                    if(isset($files['marketplace']) && empty($files['marketplace']['error'])) {
-
 
669
                        
-
 
670
                        
-
 
671
                        
669
                        $tmp_filename  = $files['marketplace']['tmp_name'];
672
                        $tmp_filename  = $files['marketplace']['tmp_name'];
670
                        // $filename      = $this->normalizeString($files['file']['name']);
673
                        // $filename      = $this->normalizeString($files['file']['name']);
Línea 671... Línea 674...
671
                        
674
                        
672
                        try {
675
                        try {
Línea 678... Línea 681...
678
                                        'data'   =>  'ERROR_THERE_WAS_AN_ERROR'
681
                                        'data'   =>  'ERROR_THERE_WAS_AN_ERROR'
679
                                    ]);
682
                                    ]);
680
                                }
683
                                }
681
                            }
684
                            }
Línea 682... Línea 685...
682
                            
685
                            
Línea 683... Línea 686...
683
                            list($target_width, $target_height) = explode('x', $this->config['leaderslinked.image_sizes.microlearning_image_size']);
686
                            list($target_width, $target_height) = explode('x', $this->config['leaderslinked.image_sizes.marketplace']);
684
                            
687
                            
685
                            $filename = 'marketplace-' .uniqid() . '.jpg';
688
                            $filename = 'marketplace-' .uniqid() . '.jpg';
686
                            $crop_to_dimensions = false;
689
                            $crop_to_dimensions = false;
Línea 691... Línea 694...
691
                        } catch(\Throwable $e) {
694
                        } catch(\Throwable $e) {
692
                            error_log($e->getTraceAsString());
695
                            error_log($e->getTraceAsString());
693
                        }
696
                        }
694
                    }
697
                    }
Línea -... Línea 698...
-
 
698
                    
-
 
699
            
Línea 695... Línea 700...
695
                    
700
                    
Línea 696... Línea 701...
696
                   
701
                   
697
                    $this->logger->info('Se edito la cápsula ' . $capsule->name, ['user_id' => $currentUser->id, 'ip' => Functions::getUserIP()]);
702
                    $this->logger->info('Se edito la cápsula ' . $capsule->name, ['user_id' => $currentUser->id, 'ip' => Functions::getUserIP()]);