Proyectos de Subversion Moodle

Rev

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

Rev 270 Rev 271
Línea 18... Línea 18...
18
        $this->user = core_user::get_user($this->userID);
18
        $this->user = core_user::get_user($this->userID);
19
        $this->title = get_string($title);
19
        $this->title = get_string($title);
20
        $this->blockManager = $PAGE->blocks;
20
        $this->blockManager = $PAGE->blocks;
Línea 21... Línea 21...
21
 
21
 
22
        // Definimos varias regiones
22
        // Definimos varias regiones
23
        $this->regions = ['side-pre'];
23
        $this->regions = ['side-post'];
24
        $this->blockNames = ['cesa_course_rating', 'comments'];
24
        $this->blockNames = ['cesa_course_rating', 'comments', 'messageteacher', 'mynotes'];
Línea 25... Línea 25...
25
        $this->blockExists = true;
25
        $this->blockExists = true;
26
 
26
 
27
        if (!$this->user || !core_user::is_real_user($this->userID)) {
27
        if (!$this->user || !core_user::is_real_user($this->userID)) {