Update extensions.php

This commit is contained in:
FusionPBX 2019-06-03 13:50:56 -06:00 committed by GitHub
parent 5bd0d2d3ba
commit a4d1c1ace8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@
//echo th_order_by('voicemail_mail_to', $text['label-voicemail_mail_to'], $order_by, $order);
echo th_order_by('user_context', $text['label-user_context'], $order_by, $order);
if (permission_exists('extension_registered')) {
echo th_order_by('description', $text['label-is_registered'], $order_by, $order);
echo "<th>".$text['label-is_registered']."</th>\n";
}
echo th_order_by('enabled', $text['label-enabled'], $order_by, $order);
echo th_order_by('description', $text['label-description'], $order_by, $order);