Affectation du champ sql hometext la proprit body
This commit is contained in:
parent
ec14ce9ba2
commit
d7c22a513c
@ -86,7 +86,7 @@ class pnArticle {
|
||||
|
||||
$this->id = $result["pn_id"];
|
||||
$this->titre = $result["pn_title"];
|
||||
$this->body = $result["pn_bodytext"];
|
||||
$this->body = $result["pn_hometext"];
|
||||
|
||||
$this->db->free();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user