Fix: langs not defined
This commit is contained in:
parent
591a9894db
commit
ac7b9da097
@ -1408,7 +1408,7 @@ class Propal extends CommonObject
|
||||
*/
|
||||
function delete($user)
|
||||
{
|
||||
global $conf;
|
||||
global $conf,$langs;
|
||||
|
||||
$sql = "DELETE FROM ".MAIN_DB_PREFIX."propaldet WHERE fk_propal = ".$this->id;
|
||||
if ( $this->db->query($sql) )
|
||||
|
||||
Loading…
Reference in New Issue
Block a user