Fix queries callback arguments

This commit is contained in:
yflory
2017-08-21 11:08:27 +02:00
parent e65b2f4e9f
commit fb4808e1e1
2 changed files with 2 additions and 2 deletions

View File

@@ -940,7 +940,7 @@ define([
// Create the subelements
var tb = {};
tb['userlist'] = createUserList;
tb['share'] = createShare; //TODO
tb['share'] = createShare;
tb['fileshare'] = createFileShare;//TODO
tb['title'] = createTitle;
tb['pageTitle'] = createPageTitle;//TODO