Merge branch 'MDL-65254-master' of git://github.com/cescobedo/moodle

This commit is contained in:
Eloy Lafuente (stronk7)
2019-04-23 13:42:08 +02:00
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -988,10 +988,11 @@ function(
/** /**
* String describing this page used for aria-labels. * String describing this page used for aria-labels.
* *
* @param {string} namespace The route namespace.
* @param {Object} header Contacts header container element. * @param {Object} header Contacts header container element.
* @return {Object} jQuery promise * @return {Object} jQuery promise
*/ */
var description = function(header) { var description = function(namespace, header) {
if (typeof header !== 'object') { if (typeof header !== 'object') {
return Str.get_string('messagedrawerviewsearch', 'core_message'); return Str.get_string('messagedrawerviewsearch', 'core_message');
} }