projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86ced4d
)
Fixes saving of profesionnel phones.
author
Stéphane Jacob
<sj@m4x.org>
Mon, 21 Jun 2010 16:35:09 +0000
(18:35 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Mon, 21 Jun 2010 16:35:09 +0000
(18:35 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
modules/profile/jobs.inc.php
patch
|
blob
|
blame
|
history
diff --git
a/modules/profile/jobs.inc.php
b/modules/profile/jobs.inc.php
index
61d80bb
..
5245a2f
100644
(file)
--- 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']);
}
}
}