MDL-67063 output: make public get_jsrev method

This commit is contained in:
Sara Arjona 2020-01-21 13:32:50 +01:00
parent 9df2f66fb4
commit 06299fc604
2 changed files with 2 additions and 1 deletions

View file

@ -400,7 +400,7 @@ class page_requirements_manager {
*
* @return int the jsrev to use.
*/
protected function get_jsrev() {
public function get_jsrev() {
global $CFG;
if (empty($CFG->cachejs)) {