mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
MDL-67063 output: make public get_jsrev method
This commit is contained in:
parent
9df2f66fb4
commit
06299fc604
2 changed files with 2 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue