Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: inia-es/plugin-editorsEmailsFS
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9356da4ef13c2ee6f77ba1ba25db3be5ca26e0ca
Choose a base ref
...
head repository: inia-es/plugin-editorsEmailsFS
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d8e896f9badfbeb36003da28de6463d4b722fa0a
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Feb 26, 2016

  1. Fix template parameter name.

    Antonio Jesús Sánchez Padial committed Feb 26, 2016
    Copy the full SHA
    d8e896f View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 editorsEmailsFSPlugin.inc.php
2 changes: 1 addition & 1 deletion editorsEmailsFSPlugin.inc.php
Original file line number Diff line number Diff line change
@@ -123,7 +123,7 @@ function inserteditorsEmails($hookName, $params) {
$bccontact =array();
$bccontact [0]["name"] = $supportName;
$bccontact [0]["email"] = $supportEmail;
$templateMgr->assign('bccontact',$bccontact);
$templateMgr->assign('bcc',$bccontact);
$contactEmail = $journal->getSetting('contactEmail');
$contactName = $journal->getSetting('contacName');