Skip to content

Commit

Permalink
forgot/missed one line
Browse files Browse the repository at this point in the history
  • Loading branch information
juggernautsei committed May 22, 2024
1 parent 3654cce commit 338ac46
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ private function unregister($currentActionStatus): mixed
$sql = "DROP TABLE IF EXISTS `mod_claimrev_eligibility`";
$rtn = sqlQuery($sql);
$logMessage .= "DROP TABLE `mod_claimrev_eligibility`: " . (empty($rtn) ? "Success" : "Failed") . "\n";
error_log(text($logMessage));
return $currentActionStatus;
}
}

0 comments on commit 338ac46

Please sign in to comment.