mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-01 16:36:45 +01:00
Fix minore
This commit is contained in:
parent
e768709228
commit
dead0b1db6
@ -197,7 +197,7 @@ if (!empty($newsletters[0])) {
|
||||
|
||||
foreach ($newsletters as $newsletter) {
|
||||
echo '
|
||||
<li>'.Modules::link('Newsletter', $newsletter->id, $newsletter->getTranslation('title'), null, '').'</li>';
|
||||
<li>'.Modules::link('Newsletter', $newsletter->id, $newsletter->name, null, '').'</li>';
|
||||
}
|
||||
|
||||
echo '
|
||||
|
Loading…
x
Reference in New Issue
Block a user