From e3164bb10232603df9576e843a9a4e26020ade33 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Mon, 21 Jun 2010 18:35:09 +0200 Subject: [PATCH] Fixes saving of profesionnel phones. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- modules/profile/jobs.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/profile/jobs.inc.php b/modules/profile/jobs.inc.php index 61d80bb..5245a2f 100644 --- a/modules/profile/jobs.inc.php +++ b/modules/profile/jobs.inc.php @@ -250,7 +250,7 @@ class ProfileSettingJob extends ProfileSettingGeocoding $address = new ProfileSettingAddress(); $address->saveAddress($page->pid(), $id, $job['w_address'], 'job'); $profiletel = new ProfileSettingPhones('pro', $id); - $profiletel->saveTels('tel', $job['w_phone']); + $profiletel->saveTels($page->pid(), 'tel', $job['w_phone']); } } } -- 2.1.4