// small typo fix

This commit is contained in:
Rémi Gaillard
2013-01-09 18:27:42 +01:00
parent 9771af9e28
commit 97626fc251
+1 -1
View File
@@ -190,7 +190,7 @@ class CustomerCore extends ObjectModel
protected static $_customerHasAddress = array();
protected static $_customer_groups = array();
public function __contruct($id = null)
public function __construct($id = null)
{
$this->id_default_group = (int)Configuration::get('PS_CUSTOMER_GROUP');
parent::__construct($id);