]> git.mxchange.org Git - friendica.git/commitdiff
Quotes Altered
authormiqrogroove <miqrogroove@gmail.com>
Wed, 13 Jun 2018 19:07:27 +0000 (15:07 -0400)
committerGitHub <noreply@github.com>
Wed, 13 Jun 2018 19:07:27 +0000 (15:07 -0400)
mod/register.php

index a5477d967154e22bd539c2cc8818d1123a672170..ee614f64d84d703735d1d8442c9221fe63ba48af 100644 (file)
@@ -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
                );