Skip to content

Commit a1bcf3a

Browse files
committed
updates aincorperating the module parameter into the myadmin_log calls
1 parent 0956615 commit a1bcf3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ function api_change_license_ip_by_id($sid, $id, $newip)
472472
$GLOBALS['tf']->ima = $GLOBALS['tf']->session->appsession('ima');
473473
$GLOBALS['tf']->session->update_dla();
474474
if (!check_auth_limits(false)) {
475-
myadmin_log('api', 'info', 'This account is currently locked or does not meet the requirements to login.', __LINE__, __FILE__);
475+
myadmin_log('api', 'info', 'This account is currently locked or does not meet the requirements to login.', __LINE__, __FILE__, $module);
476476
return false;
477477
}
478478
} else {

0 commit comments

Comments
 (0)