Update voicemail_greetings.php

This commit is contained in:
FusionPBX 2018-06-09 19:54:39 -06:00 committed by GitHub
parent dcc5f23929
commit e6521bdc26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@
if ($_SESSION['voicemail']['storage_type']['text'] == 'base64') { $colspan = $colspan - 2; }
if (!(permission_exists('voicemail_greeting_edit') || permission_exists('voicemail_greeting_delete'))) { $colspan = $colspan - 1; }
if (is_array($greetings) {
if (is_array($greetings)) {
foreach($greetings as $row) {
//playback progress bar
if (permission_exists('voicemail_greeting_play')) {