Proyectos de Subversion Moodle

Rev

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

Rev 184 Rev 185
Línea 20... Línea 20...
20
 
20
 
21
        $PAGE->set_url('/cesa/progress.php', array('userid' => $this->userID));
21
        $PAGE->set_url('/cesa/progress.php', array('userid' => $this->userID));
Línea 22... Línea 22...
22
        $this->blockManager->load_blocks(true);
22
        $this->blockManager->load_blocks(true);
23
 
23
 
Línea 24... Línea 24...
24
 
24
 
25
        $this->validateIfExistBlock();
25
        $this->validateIfExistBlocks();
26
        $this->redirectIfNotExistBlock('progress');
26
        $this->addBlocksIfNotExist('progress');
27
 
27