Skip to content

Commit

Permalink
Code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jul 3, 2019
1 parent 46f590f commit 95b6f03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/core/triggers/interface_20_all_Logevents.class.php
Expand Up @@ -27,7 +27,7 @@


/**
* Class of triggers for security events
* Class of triggers for security audit events
*/
class InterfaceLogevents extends DolibarrTriggers
{
Expand All @@ -47,7 +47,7 @@ class InterfaceLogevents extends DolibarrTriggers
public $version = self::VERSION_DOLIBARR;

/**
* Function called when a Dolibarrr business event is done.
* Function called when a Dolibarrr security audit event is done.
* All functions "runTrigger" are triggered if file is inside directory htdocs/core/triggers or htdocs/module/code/triggers (and declared)
*
* @param string $action Event action code
Expand Down

0 comments on commit 95b6f03

Please sign in to comment.