Proyectos de Subversion Moodle

Rev

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

Rev 46 Rev 47
Línea 142... Línea 142...
142
   
142
   
143
        $fs = get_file_storage();
143
        $fs = get_file_storage();
Línea 144... Línea 144...
144
       // $file = $fs->get_file($file->get_contextid(), $file->get_component(), $file->get_filearea(), $course->id, $file->get_filepath(), $file->get_filename());
144
       // $file = $fs->get_file($file->get_contextid(), $file->get_component(), $file->get_filearea(), $course->id, $file->get_filepath(), $file->get_filename());
Línea 145... Línea 145...
145
        
145
        
146
        
146
        
147
        $file = $fs->get_file($course_context->id, 'course', $file->get_filearea(), 0, $file->get_filepath(), $file->get_filename());
147
       // $file = $fs->get_file($course_context->id, 'course', $file->get_filearea(), 0, $file->get_filepath(), $file->get_filename());
148
        
148