Ver código fonte

One encoding step too much.

Thijs Kinkhorst 21 anos atrás
pai
commit
3f2cb10590
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      plugins/abook_take/functions.php

+ 1 - 1
plugins/abook_take/functions.php

@@ -39,7 +39,7 @@ function abook_take_read_string($str)
         $str = substr(strstr($str, $hits[0]), strlen($hits[0]));
         if (! isset($abook_found_email[$hits[0]]))
         {
-            echo addHidden('email[]', htmlspecialchars($hits[0]));
+            echo addHidden('email[]', $hits[0]);
             $abook_found_email[$hits[0]] = 1;
         }
     }