Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 14530 Rev 14531
Línea 972... Línea 972...
972
                    $filesPrev = $this->getRequest()->getFiles()->toArray();
972
                    $filesPrev = $this->getRequest()->getFiles()->toArray();
Línea 973... Línea 973...
973
 
973
 
974
                    if (isset($filesPrev['doc_edit']) && empty($filesPrev['doc_edit']['error'])) {
974
                    if (isset($filesPrev['doc_edit']) && empty($filesPrev['doc_edit']['error'])) {
975
                        $files = $filesPrev['doc_edit'];
975
                        $files = $filesPrev['doc_edit'];
976
                    }
976
                    }
977
                    if (isset($filesPrev['file']) && empty($filesPrev['file']['error'])) {
977
                    if (isset($filesPrev['video_edit']) && empty($filesPrev['video_edit']['error'])) {
978
                        $files = $filesPrev['doc_edit'];
978
                        $files = $filesPrev['video_edit'];
Línea 979... Línea 979...
979
                    }
979
                    }
980
                    
980
                    
981
                    $file_type = '';
981
                    $file_type = '';