-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a170648
commit 1d5a44f
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?php | ||
/* Copyright (C) 2005 Laurent Destailleur <[email protected]> | ||
* Copyright (C) 2005-2009 Regis Houssin <[email protected]> | ||
* Copyright (C) 2018-2023 Frédéric France <frederic.france@netlogic.fr> | ||
* Copyright (C) 2018-2024 Frédéric France <frederic.france@free.fr> | ||
* Copyright (C) 2024 MDW <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
|
@@ -42,6 +42,9 @@ class mailing_fraise extends MailingTargets | |
|
||
public $require_module = array('adherent'); | ||
|
||
/** | ||
* @var string condition to enable module | ||
*/ | ||
public $enabled = 'isModEnabled("member")'; | ||
|
||
/** | ||
|