Skip to content

Commit

Permalink
Prevent warning if no ips are defined
Browse files Browse the repository at this point in the history
  • Loading branch information
asternic committed Sep 7, 2023
1 parent 372b206 commit 5510ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/qr_batch/libs/IssabelQRConfig.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
class IssabelQRConfig {

var $_DB;
var $_allips;
var $_allips = array();

function __construct()
{
Expand Down

0 comments on commit 5510ea6

Please sign in to comment.