Skip to content

Commit

Permalink
SYNC-430 Support syncing documents in global scope
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Ju authored and brianchandotcom committed Oct 13, 2015
1 parent 4acc0ab commit a4bcf6c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -89,7 +89,7 @@ public long getGroupId() {
}

public String getName() {
if ((type == 0) && !site) {
if (type == 0) {
return friendlyURL.substring(1);
}

Expand Down

0 comments on commit a4bcf6c

Please sign in to comment.