mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Articles
* distinguish between articles for dbpage and other articles * can be served by url instead of arbitrary picked type/typeId-pair * save access to article in db (not used yet) * serve correct g_pageInfo if on article-page SiteReputation/Privileges * implemented info pages
This commit is contained in:
@@ -123,6 +123,7 @@ class CommunityContent
|
||||
case TYPE_CURRENCY: $obj = new CurrencyList($cnd); break;
|
||||
case TYPE_EMOTE: $obj = new EmoteList($cnd); break;
|
||||
case TYPE_ENCHANTMENT: $obj = new EnchantmentList($cnd); break;
|
||||
case TYPE_SOUND: $obj = new SoundList($cnd); break;
|
||||
default: continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user