1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00

Initialize variable

This commit is contained in:
Hillel Coren 2017-03-30 15:22:46 +03:00
parent bae3fbb9c0
commit 8e616b7a70

View File

@ -56,6 +56,7 @@ class Authenticate
$contact_key = session('contact_key');
}
$contact = false;
if ($contact_key) {
$contact = $this->getContact($contact_key);
} elseif ($invitation = $this->getInvitation($request->invitation_key)) {