mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +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();
|
$basketId = $validationSession->getBasket()->getId();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
$token = $this->app['tokens']->getValidationToken($participantId, $basketId);
|
$token = $app['tokens']->getValidationToken($participantId, $basketId);
|
||||||
} catch (NotFoundHttpException $e) {
|
} catch (NotFoundHttpException $e) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user