Default job publicity should also be set to ax.
authorStéphane Jacob <sj@m4x.org>
Sun, 28 Nov 2010 13:02:38 +0000 (14:02 +0100)
committerStéphane Jacob <sj@m4x.org>
Wed, 1 Dec 2010 12:37:47 +0000 (13:37 +0100)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
modules/profile/jobs.inc.php

index 7e1a1ef..da10f88 100644 (file)
@@ -49,13 +49,13 @@ class ProfileSettingJob implements ProfileSetting
         return array(
             'id'               => '0',
             'jobid'            => '',
-            'pub'              => 'private',
+            'pub'              => 'ax',
             'name'             => '',
             'description'      => '',
             'w_url'            => '',
             'w_address'        => $address->toFormArray(),
             'w_email'          => '',
-            'w_email_pub'      => 'private',
+            'w_email_pub'      => 'ax',
             'w_email_new'      => '',
             'w_phone'          => array(0 => $phone->toFormArray()),
             'terms'            => array()