Skip to content

Commit

Permalink
finishing touches #58
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewPoppe committed Dec 12, 2021
1 parent 579fc1a commit a88d577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions REDCapPRO.php
Original file line number Diff line number Diff line change
Expand Up @@ -775,12 +775,12 @@ public function logForm(string $message, $parameters)
* @param string $message
* @param array $parameters
*
* @return void
* @return mixed
*/
public function logEvent(string $message, $parameters)
{
$parameters["module_token"] = self::$MODULE_TOKEN;
$this->logEvent($message, $parameters);
return $this->log($message, $parameters);
}

/**
Expand Down

0 comments on commit a88d577

Please sign in to comment.