mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-09 19:13:26 +00:00
Remove dead code
This commit is contained in:
@@ -1239,7 +1239,7 @@ class API_V1_adapter extends API_V1_Abstract
|
||||
{
|
||||
$result = new API_V1_result($this->app, $request, $this);
|
||||
|
||||
$usr_id = $session = $this->app['authentication']->getUser()->get_id();
|
||||
$usr_id = $this->app['authentication']->getUser()->get_id();
|
||||
|
||||
$result->set_datas(array('baskets' => $this->list_baskets($usr_id)));
|
||||
|
||||
|
Reference in New Issue
Block a user