mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
User Status was hidden by an in accessible session variable use user_status permission. There permission is more consistent with the rest of the project.
This commit is contained in:
@@ -861,7 +861,7 @@
|
||||
echo " </td>\n";
|
||||
echo " </tr>\n";
|
||||
|
||||
if (isset($_SESSION['user_status_display']) && $_SESSION['user_status_display'] != "false") {
|
||||
if (permission_exists("user_status")) {
|
||||
echo " <tr>\n";
|
||||
echo " <td width='20%' class=\"vncell\" valign='top'>\n";
|
||||
echo " ".$text['label-status']."\n";
|
||||
|
||||
Reference in New Issue
Block a user