]> git.mxchange.org Git - friendica.git/blobdiff - mod/dfrn_confirm.php
notags calls
[friendica.git] / mod / dfrn_confirm.php
index 8d4594c152cae6fbe8eb3887e84ec6c0aa1d644a..8871e3e8a00727015cd5b96b7adb0db38d24dc36 100644 (file)
@@ -85,7 +85,7 @@ function dfrn_confirm_post(App $a, $handsfree = null)
                        $cid      = 0;
                        $hidden   = intval(defaults($handsfree, 'hidden'  , 0));
                } else {
-                       $dfrn_id  = notags(trim(defaults($_POST, 'dfrn_id'   , '')));
+                       $dfrn_id  = Strings::removeTags(trim(defaults($_POST, 'dfrn_id'   , '')));
                        $intro_id =      intval(defaults($_POST, 'intro_id'  , 0));
                        $duplex   =      intval(defaults($_POST, 'duplex'    , 0));
                        $cid      =      intval(defaults($_POST, 'contact_id', 0));