mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Fix #1348 : Call to undefined app property
This commit is contained in:
@@ -818,7 +818,7 @@ class Login implements ControllerProviderInterface
|
||||
$basketId = $validationSession->getBasket()->getId();
|
||||
|
||||
try {
|
||||
$token = $this->app['tokens']->getValidationToken($participantId, $basketId);
|
||||
$token = $app['tokens']->getValidationToken($participantId, $basketId);
|
||||
} catch (NotFoundHttpException $e) {
|
||||
continue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user