Merge branch 'MDL-64181-34-fix' of git://github.com/andrewnicols/moodle into MOODLE_34_STABLE
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -669,7 +669,7 @@ define([
|
||||
// This promise will not be resolved until all child partials are also resolved and ready.
|
||||
// We create it here to allow us to check for recursive inclusion of templates.
|
||||
// Keep track of the requested partials in this chain.
|
||||
parentage = parentage || [];
|
||||
parentage = parentage || [searchKey];
|
||||
|
||||
cachePartialPromises[searchKey] = $.Deferred();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user