Skip to content

Commit

Permalink
bugfix import
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasKrais committed Apr 19, 2023
1 parent 5c1fad1 commit f335c5a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/newsletter.php
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ private function readArticle($article_id, $clang_id)
}
}

$this->attachments = explode(',', $article->getValue('art_newsletter_attachments'));
$this->attachments = explode(',', (string) $article->getValue('art_newsletter_attachments'));
$this->subject = $article->getValue('name');
}
}
Expand Down
1 change: 1 addition & 0 deletions package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ page:
user: { title: 'translate:multinewsletter_menu_user', icon: rex-icon rex-icon-user }
groups: { title: 'translate:multinewsletter_menu_groups', icon: rex-icon rex-icon-category }
archive: { title: 'translate:multinewsletter_menu_archive', icon: rex-icon rex-icon-backup }
import: { title: 'translate:multinewsletter_menu_import', icon: rex-icon fa-download }
settings:
icon: rex-icon rex-icon-system
title: 'translate:multinewsletter_menu_config'
Expand Down
3 changes: 2 additions & 1 deletion pages/help.changelog.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<fieldset>
<legend>MultiNewsletter Changelog</legend>
<p>3.5.2-DEV</p>
<p>3.5.2</p>
<ul>
<li>Bugfix: Import Seite wird wieder angezeigt.</li>
<li>Bugfix: Wenn die Antwort An Adresse nicht gesetzt ist, kam es unter bestimmten Umständen beim versenden der Testnachricht zu einem Fatal Error.</li>
</ul>
<p>3.5.1</p>
Expand Down

0 comments on commit f335c5a

Please sign in to comment.