From ac7b9da0977f7ad61935cc90f8dc08110a67be56 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 30 Dec 2008 21:51:05 +0000 Subject: [PATCH] Fix: langs not defined --- htdocs/propal.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/propal.class.php b/htdocs/propal.class.php index 9905ad0e211..d65618a96af 100644 --- a/htdocs/propal.class.php +++ b/htdocs/propal.class.php @@ -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) )