Skip to content

Commit

Permalink
Fix phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jan 15, 2025
1 parent c58016c commit ac5d29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/modules/modAdherent.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ public function __construct($db)
'unitfrequency'=> 3600 * 24,
'priority'=>50,
'status'=>1,
'test'=>'isModEnabled("adherent")',
'test'=>'isModEnabled("member")',
'datestart'=>$datestart
),
);
Expand Down

0 comments on commit ac5d29a

Please sign in to comment.