Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
FHenry committed Feb 11, 2015
1 parent 7f5e4aa commit 73f1d10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/core/class/html.formmail.class.php
Expand Up @@ -586,9 +586,9 @@ function get_form($addfileaction='addfile',$removefileaction='removefile')
if (count($arraydefaultmessage) > 0 && $arraydefaultmessage['content']) {
$defaultmessage=$arraydefaultmessage['content'];
$from_template=true;

} elseif (! is_numeric($this->withbody)) {
$defaultmessage=$this->withbody;
}
elseif (! is_numeric($this->withbody)) $defaultmessage=$this->withbody;

// Complete substitution array
if (! empty($conf->paypal->enabled) && ! empty($conf->global->PAYPAL_ADD_PAYMENT_URL))
Expand Down

0 comments on commit 73f1d10

Please sign in to comment.