From 97626fc251bfed98034b43521dc32eb3bba81daa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Gaillard?= Date: Wed, 9 Jan 2013 18:27:42 +0100 Subject: [PATCH] // small typo fix --- classes/Customer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Customer.php b/classes/Customer.php index e6bccab43..e0f38488e 100644 --- a/classes/Customer.php +++ b/classes/Customer.php @@ -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);