Skip to content

Commit

Permalink
Remove a backported fix because failling at init test
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-john committed Jun 21, 2019
1 parent b210066 commit 200b66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/lib/functions.lib.php
Expand Up @@ -5733,7 +5733,7 @@ function make_substitutions($text, $substitutionarray, $outputlangs=null)
// Make substitition for array $substitutionarray
foreach ($substitutionarray as $key => $value)
{
if (! isset($value)) continue; // If value is null, it same than not having substitution key at all into array, we do not replace.
//if (! isset($value)) continue; // If value is null, it same than not having substitution key at all into array, we do not replace.

if ($key == '__SIGNATURE__' && (! empty($conf->global->MAIN_MAIL_DO_NOT_USE_SIGN))) $value=''; // Protection
if ($key == '__USER_SIGNATURE__' && (! empty($conf->global->MAIN_MAIL_DO_NOT_USE_SIGN))) $value=''; // Protection
Expand Down

0 comments on commit 200b66d

Please sign in to comment.