Fix: bad case of construct key word

This commit is contained in:
Laurent Destailleur 2012-04-20 09:48:00 +02:00
parent 010f19d531
commit 716b605d27

View File

@ -82,7 +82,7 @@ class CommandeFournisseur extends Commande
*
* @param DoliDB $db Database handler
*/
function __Construct($db)
function __construct($db)
{
$this->db = $db;
$this->products = array();
@ -1807,7 +1807,7 @@ class CommandeFournisseurLigne extends OrderLine
*
* @param DoliDB $db Database handler
*/
function CommandeFournisseurLigne($db)
function __construct($db)
{
$this->db= $db;
}