From abb8de12765d99432f915e4057561f561f24bf89 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Barrois?= Date: Tue, 16 Mar 2010 15:09:09 +0100 Subject: [PATCH] Fix visibility levels MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaël Barrois --- classes/profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/profile.php b/classes/profile.php index 22d08e8..c374e1b 100644 --- a/classes/profile.php +++ b/classes/profile.php @@ -113,7 +113,7 @@ class Profile /** Returns the best visibility context toward $visibility * @param $visibility A wished visibility level - * @return The closest allowed visibility level + * @return An array of compatible visibilities * * if $visibility is null, the best visibility is returned */ -- 2.1.4