Bye xorg.misc.inc.php
[platal.git] / modules / profile / page.inc.php
index 7af2fef..433947e 100644 (file)
@@ -68,7 +68,6 @@ class ProfileEmail extends ProfileNoSave
             return isset($page->values[$field]) ? $page->values[$field] : S::v($field);
         }
         $value = trim($value);
-        require_once 'xorg.misc.inc.php';
         $success = empty($value) || isvalid_email($value);
         if (!$success) {
             Platal::page()->trigError('Adresse Email invalide');