From f77a7f090752d6b5c17f6b969491d56032f5f7b6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Sun, 12 Dec 2010 21:36:31 +0100 Subject: [PATCH] Phone publicity -> public. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- classes/phone.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/phone.php b/classes/phone.php index 7dd4a4b..64dfe0e 100644 --- a/classes/phone.php +++ b/classes/phone.php @@ -67,7 +67,7 @@ class Phone // The following fields are the fields of the form in the profile edition. private $type = 'fixed'; public $display = ''; - private $pub = 'ax'; + public $pub = 'ax'; public $comment = ''; private $error = false; -- 2.1.4