mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 05:53:13 +00:00
Fix basket_adapter
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user