mirror of
https://github.com/moodle/moodle.git
synced 2025-02-13 12:34:28 +01:00
Adding the global variable
This commit is contained in:
parent
b7d0b32f4a
commit
9e11d50773
@ -1628,6 +1628,8 @@ class page_wiki_map extends page_wiki {
|
||||
*
|
||||
*/
|
||||
private function print_orphaned_content() {
|
||||
global $OUTPUT;
|
||||
|
||||
$page = $this->page;
|
||||
|
||||
if ($page->timerendered + WIKI_REFRESH_CACHE_TIME < time()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user