URLs were wrong in the Account::Contributions screen.
This commit is contained in:
parent
75e32b95be
commit
99a047e147
2 changed files with 3 additions and 0 deletions
|
|
@ -198,6 +198,7 @@ sub www_view {
|
|||
my $assetId = $row->{assetId};
|
||||
my $asset = WebGUI::Asset->newByDynamicClass( $session, $assetId );
|
||||
my $props = $asset->get;
|
||||
$props->{url} = $asset->getUrl;
|
||||
if (ref $asset eq "WebGUI::Asset::Post") {
|
||||
$asset = $asset->getThread;
|
||||
$props = $asset->get;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue