mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 21:13:26 +00:00
Basket should'nt load if empty
This commit is contained in:
@@ -193,6 +193,7 @@ return call_user_func(
|
||||
|
||||
if ($basket->is_valid())
|
||||
{
|
||||
if($basket->get_first_element() instanceof basket_element_adapter)
|
||||
$basket->get_first_element()->load_users_infos();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user