mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Escape variables in custom designs
This commit is contained in:
parent
f46ed1950d
commit
f0e45bda76
@ -108,6 +108,8 @@ class UpdateCompanyRequest extends Request
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$settings['email_style_custom'] = str_replace("{{", "", $settings['email_style_custom']);
|
||||||
|
|
||||||
if (! $account->isFreeHostedClient()) {
|
if (! $account->isFreeHostedClient()) {
|
||||||
return $settings;
|
return $settings;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user