Update contact_edit.php

This commit is contained in:
FusionPBX 2019-02-20 08:09:12 -07:00 committed by GitHub
parent c66a03b93e
commit 02cf937e55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -307,8 +307,8 @@
}
//set the mode
if (isset($_SESSION['theme']['qr_image'])) {
if (strlen($_SESSION['theme']['qr_image']) > 0) {
if (isset($_SESSION['theme']['qr_image']['text'])) {
if (strlen($_SESSION['theme']['qr_image']['text']) == 0) {
$mode = '4';
}
else {