refactored storage api to handle new session stuff
This commit is contained in:
parent
02c5a65857
commit
1e5034acd6
11 changed files with 84 additions and 45 deletions
|
|
@ -99,7 +99,7 @@ sub getCookieJar {
|
|||
$storage = WebGUI::Storage->create;
|
||||
$self->update({cookieJarStorageId=>$storage->getId});
|
||||
} else {
|
||||
$storage = WebGUI::Storage->get($self->get("cookieJarStorageId"));
|
||||
$storage = WebGUI::Storage->get($self->session,$self->get("cookieJarStorageId"));
|
||||
}
|
||||
return $storage;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue