Skip to content

Commit

Permalink
maybe fix
Browse files Browse the repository at this point in the history
  • Loading branch information
detain committed Oct 18, 2019
1 parent a0869e3 commit 547c2d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/activate_webuzo.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ function activate_webuzo($ipAddress, $field = '', $email = '')
if ($matches['num_results'] > 0) {
myadmin_log('softaculous', 'info', "Found Existing webuzo licenses on {$ipAddress}, scanning them", __LINE__, __FILE__);
foreach ($matches['licenses'] as $lid => $ldata) {
return $ldata['license'];
if ($ldata['type'] == $field) {
myadmin_log('softaculous', 'info', 'Found matching license type, skipping creating a new one', __LINE__, __FILE__);
$need = false;
Expand Down

0 comments on commit 547c2d2

Please sign in to comment.