Merge commit '69ca3e2a6a4d7fb9d7b3bbeed35d8a56caf1daf9'

* commit '69ca3e2a6a4d7fb9d7b3bbeed35d8a56caf1daf9':
  feat(forums): hide forum category if it has not any sub forums
This commit is contained in:
OldHawk
2018-03-11 17:40:04 +08:00

View File

@@ -60,7 +60,7 @@
}
}
} else {
return true;
return false;
}
};