Fix a simple typo in the script.
This commit is contained in:
parent
13e59e788c
commit
0a9785e258
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ my $storage;
|
|||
my $versionTag;
|
||||
|
||||
my $creationDateSth = $session->db->prepare('update asset set creationDate=? where assetId=?');
|
||||
my @skipAutoCommit = WebGUI::Test->addAssetSkipCoda;
|
||||
my @skipAutoCommit = WebGUI::Test->getAssetSkipCoda;
|
||||
|
||||
my $home = WebGUI::Asset->getDefault($session);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue