diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/trunk/src/com/fourisland/instadisc/Item/Categories/Category.java | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/trunk/src/com/fourisland/instadisc/Item/Categories/Category.java b/client/trunk/src/com/fourisland/instadisc/Item/Categories/Category.java index 9116af6..433feda 100644 --- a/client/trunk/src/com/fourisland/instadisc/Item/Categories/Category.java +++ b/client/trunk/src/com/fourisland/instadisc/Item/Categories/Category.java | |||
@@ -60,7 +60,10 @@ public class Category { | |||
60 | 60 | ||
61 | public static String[] getRequiredSemantics(String category) | 61 | public static String[] getRequiredSemantics(String category) |
62 | { | 62 | { |
63 | if (category.equals("forum-post")) | 63 | if (category.equals("blog-post")) |
64 | { | ||
65 | return new String[] {"tag"}; | ||
66 | } else if (category.equals("forum-post")) | ||
64 | { | 67 | { |
65 | return new String[] {"forum"}; | 68 | return new String[] {"forum"}; |
66 | } else { | 69 | } else { |