Fix basket_adapter

This commit is contained in:
Romain Neutron
2011-12-27 20:36:42 +01:00
parent 763cceb4d1
commit 32a7b2bfe8

View File

@@ -1564,7 +1564,7 @@ function pushIt($usr, $newBask, $parmLST, $users, $mail_content, $lng, $accuse)
$from = trim($me->get_email()) != "" ? $me->get_email() : false;
$url = $registry->get('GV_ServerName') . 'lightbox/index.php?LOG=' . random::getUrlToken('view', $user->get_id(), null, $new_basket->get_ssel_id());
$url = $registry->get('GV_ServerName') . 'lightbox/index.php?LOG=' . random::getUrlToken('view', $user->get_id(), null, $new_basket->getId());
if ($me->get_id() == $user->get_id())
$my_link = $url;