Skip to content

Commit

Permalink
add phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 committed Nov 12, 2024
1 parent a170648 commit 1d5a44f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion htdocs/core/modules/mailings/fraise.modules.php
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
Expand Down Expand Up @@ -42,6 +42,9 @@ class mailing_fraise extends MailingTargets

public $require_module = array('adherent');

/**
* @var string condition to enable module
*/
public $enabled = 'isModEnabled("member")';

/**
Expand Down

0 comments on commit 1d5a44f

Please sign in to comment.