Skip to content

Commit

Permalink
Merge pull request #471 from owncloud/fix-not-grouped-group
Browse files Browse the repository at this point in the history
fix #467
  • Loading branch information
DeepDiver1975 authored Jul 31, 2016
2 parents 2dd0aae + 7b74edc commit 51ee3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/filters/contactGroup_filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ angular.module('contactsApp')
}
}
}
return filter.length === 0 ? contacts : filter;
return filter;
};
});

0 comments on commit 51ee3c2

Please sign in to comment.