mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Fixes for invitations
This commit is contained in:
parent
8d9ff01251
commit
e319af89d9
@ -59,7 +59,7 @@ class SetInviteDb
|
||||
$hashed_db = $hashids->decode($segments[0]);
|
||||
}
|
||||
|
||||
if(is_array($hashed_db) && ($hashed_db[0] == "01" || $hashed_db[0] == "02")){
|
||||
if($hashed_db && is_array($hashed_db) && ($hashed_db[0] == "01" || $hashed_db[0] == "02")){
|
||||
|
||||
MultiDB::setDB(MultiDB::DB_PREFIX.str_pad($hashed_db[0], 2, '0', STR_PAD_LEFT));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user