Skip to content

Commit a2f068e

Browse files
committed
Missed one
1 parent 580590b commit a2f068e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/admin/AssetsController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ public function getQrCode($assetId = null)
560560
{
561561
$settings = Setting::getSettings();
562562

563-
if ($settings->qr_code === '1') {
563+
if ($settings->qr_code == '1') {
564564
$asset = Asset::find($assetId);
565565
if (isset($asset->id)) {
566566
$renderer = new \BaconQrCode\Renderer\Image\Png;

0 commit comments

Comments
 (0)