diff --git a/htdocs/website/class/website.class.php b/htdocs/website/class/website.class.php index 0805b1c4ed6..c7687b8101f 100644 --- a/htdocs/website/class/website.class.php +++ b/htdocs/website/class/website.class.php @@ -1086,7 +1086,7 @@ class Website extends CommonObject $line .= "'".$this->db->escape($stringtoexport)."', "; // Replace \r \n to have record on 1 line $line .= "'".$this->db->escape($objectpageold->author_alias)."', "; - $line .= "'".$this->db->escape($objectpageold->allowed_in_frames)."'"; + $line .= (int) $objectpageold->allowed_in_frames; $line .= ");"; $line .= "\n";