- Any attempt to view "root" will redirect the user to the default page.
- fix [ 1285604 ] getVars undefined in Asset::File.pm - fix [ 1284330 ] error in page export function - Fixed a trash purging problem. - fix [ 1281516 ] Undefined subroutine &WebGUI::Asset::File::quote runHourly - fix [ 1281430 ] www_restoreList should be in AssetTrash.pm
This commit is contained in:
parent
8f71e237c1
commit
637bd165ba
38 changed files with 53 additions and 4190 deletions
|
|
@ -19,6 +19,7 @@ use WebGUI::Asset;
|
|||
use WebGUI::HTTP;
|
||||
use WebGUI::Session;
|
||||
use WebGUI::Storage;
|
||||
use WebGUI::SQL;
|
||||
|
||||
our @ISA = qw(WebGUI::Asset);
|
||||
|
||||
|
|
@ -117,7 +118,6 @@ sub duplicate {
|
|||
sub getBox {
|
||||
my $self = shift;
|
||||
my $var = {};
|
||||
$self->getStorageLocation->getVars($self->get("filename"),$var);
|
||||
return $self->processTemplate($var,"PBtmpl0000000000000003");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue