From 08d961fee2cd8f20c5326e61b7da448bdbe99793 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 8 Jan 2009 00:08:20 +0000 Subject: [PATCH] Add the WikiPage to the list of contributions shown in the Account Contributions tab. --- lib/WebGUI/Account/Contributions.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/WebGUI/Account/Contributions.pm b/lib/WebGUI/Account/Contributions.pm index c310ec128..8ff6c00d8 100644 --- a/lib/WebGUI/Account/Contributions.pm +++ b/lib/WebGUI/Account/Contributions.pm @@ -176,6 +176,7 @@ sub www_view { 'WebGUI::Asset::Post', 'WebGUI::Asset::Wobject::GalleryAlbum', 'WebGUI::Asset::Event', + 'WebGUI::Asset::WikiPage', 'WebGUI::Asset::Post::Thread', ], whereClause => "asset.createdBy = '$userId' or assetData.ownerUserId = '$userId'",