mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-18 07:52:21 +01:00
Missing variable.
This commit is contained in:
parent
7eb6a29cd5
commit
10015deb8f
@ -641,7 +641,7 @@ OC.Contacts = OC.Contacts || {};
|
||||
var tmpl = this.$groupListItemTemplate;
|
||||
|
||||
if(!this.findById('all').length) {
|
||||
tmpl.octemplate({id: 'all', type: 'all', num: numcontacts, name: t('contacts', 'All')}).appendTo($groupList);
|
||||
tmpl.octemplate({id: 'all', type: 'all', num: 0, name: t('contacts', 'All')}).appendTo($groupList);
|
||||
}
|
||||
return $.when(this.storage.getGroupsForUser()).then(function(response) {
|
||||
if (response && !response.error) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user