Fix a double my warning in the Cart.
This commit is contained in:
parent
777edf5c32
commit
622f1b1658
1 changed files with 1 additions and 1 deletions
|
|
@ -1138,7 +1138,7 @@ sub www_view {
|
|||
# render the cart
|
||||
my $template = WebGUI::Asset::Template->new($session, $session->setting->get("shopCartTemplateId"));
|
||||
|
||||
my ($style, $url) = $session->quick('style', 'url');
|
||||
my $style = $session->style;
|
||||
my $yui = $url->extras('/yui/build');
|
||||
$style->setScript("$yui/yahoo/yahoo-min.js");
|
||||
$style->setScript("$yui/json/json-min.js");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue