Fix undefined function
This commit is contained in:
parent
9be23be5eb
commit
728272d936
@ -309,7 +309,7 @@ define([
|
||||
cb(parsed);
|
||||
}
|
||||
if (!pad.title) {
|
||||
pad.title = common.getDefaultname(parsed);
|
||||
pad.title = common.getDefaultName(parsed);
|
||||
}
|
||||
return parsed.hashData;
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user