This commit is contained in:
Tobias Diekershoff 2018-05-13 17:14:13 +02:00
parent 185e315bd0
commit d1bf9bd4b7
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ function notifyall_post(&$a)
$sitename = $a->config['sitename'];
if (!x($a->config['admin_name']))
if (empty($a->config['admin_name']))
{
$sender_name = '"' . L10n::t('%s Administrator', $sitename) . '"';
} else {