X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fprofile.php;fp=modules%2Fprofile.php;h=09937a35894e2540b3519c44234f6fa9a96a746e;hb=a8ec822c26f2a4e1c46e22620f52a0c5550c6511;hp=42c93edc823f7188082949596c4a5b1180e7e79a;hpb=2a24bda28f9dcc322ba00dd382d1a96121c00e31;p=platal.git diff --git a/modules/profile.php b/modules/profile.php index 42c93ed..09937a3 100644 --- a/modules/profile.php +++ b/modules/profile.php @@ -224,6 +224,8 @@ class ProfileModule extends PLModule } // Determines the access level at which the profile will be displayed. + // Note: VIEW_HIDDEN can NOT be selected. The admins who want to read + // information need to use the "edit profile" pages instead. if (Env::v('view') == 'public') { $view = Visibility::VIEW_PUBLIC; } else if (Env::v('view') == 'ax') {