issues
search
vmsreeram
/
moodle-qtype_essayannotate
A moodle question plugin that supports PDF annotation
0
stars
0
forks
source link
Use of $PAGE in renderer
#10
Closed
vmsreeram
closed
7 months ago
vmsreeram
commented
7 months ago
global $PAGE cannot be used in renderers. Use $this->page.
vmsreeram
commented
7 months ago
done
global $PAGE cannot be used in renderers. Use $this->page.