bugfix
This commit is contained in:
parent
b3066ed319
commit
34d66582d7
@ -580,7 +580,7 @@ class Propal
|
|||||||
|
|
||||||
if ($resqluser)
|
if ($resqluser)
|
||||||
{
|
{
|
||||||
obju = $this->db->fetch_object($resqluser);
|
$obju = $this->db->fetch_object($resqluser);
|
||||||
$this->user_author_name = $obju->name;
|
$this->user_author_name = $obju->name;
|
||||||
$this->user_author_firstname = $obju->firstname;
|
$this->user_author_firstname = $obju->firstname;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user