From: miqrogroove Date: Wed, 13 Jun 2018 19:07:27 +0000 (-0400) Subject: Quotes Altered X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5f822051d9014482b4596d4ea5ef2c18b450dbb5;p=friendica.git Quotes Altered --- diff --git a/mod/register.php b/mod/register.php index a5477d9671..ee614f64d8 100644 --- a/mod/register.php +++ b/mod/register.php @@ -134,7 +134,7 @@ function register_post(App $a) } // send email to admins - $admin_mail_list = "'" . implode("','", array_map('dbesc', explode(",", str_replace(" ", "", $a->config['admin_email'])))) . "'"; + $admin_mail_list = "'" . implode("','", array_map("dbesc", explode(",", str_replace(" ", "", $a->config['admin_email'])))) . "'"; $adminlist = q("SELECT uid, language, email FROM user WHERE email IN (%s)", $admin_mail_list );