a couple bug fixes
finishing up the versioning system
This commit is contained in:
parent
8dac9d9daa
commit
df1514ee74
9 changed files with 111 additions and 18 deletions
|
|
@ -106,7 +106,9 @@ sub page {
|
|||
}
|
||||
}
|
||||
} else {
|
||||
$output = WebGUI::Asset->getNotFound->www_view;
|
||||
my $notFound = WebGUI::Asset->getNotFound;
|
||||
$session{asset} = $notFound;
|
||||
$output = $notFound->www_view;
|
||||
}
|
||||
}
|
||||
WebGUI::Affiliate::grabReferral(); # process affilliate tracking request
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue