Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 5574 Rev 5576
Línea 241... Línea 241...
241
                if($topicMapper->insert($topic)) {
241
                if($topicMapper->insert($topic)) {
242
                    $topic = $topicMapper->fetchOne($topic->id);
242
                    $topic = $topicMapper->fetchOne($topic->id);
Línea 243... Línea 243...
243
                    
243
                    
244
                    //leaderslinked.fullpath.recruitment_selection/uuid vacante/uuid candidato 
244
                    //leaderslinked.fullpath.recruitment_selection/uuid vacante/uuid candidato 
-
 
245
                    try {
-
 
246
                        $fileBase64Name = $this->params()->fromPost('file_base64_name');
-
 
247
                        $fileBase64Content = $this->params()->fromPost('file_base64_content');
245
                    try {
248
                        $feed_filename      = $this->normalizeString($fileBase64Name);
246
                        $target_path = $this->config['leaderslinked.fullpath.microlearning_topic'] . $topic->uuid;
249
                        $target_path = $this->config['leaderslinked.fullpath.microlearning_topic'] . $topic->uuid;
247
                        if(!file_exists($target_path)) {
250
                        if(!file_exists($target_path)) {
248
                            mkdir($target_path, 0755, true);
251
                            mkdir($target_path, 0755, true);