Update voicemail_greetings.php
This commit is contained in:
parent
0a4b536172
commit
0e0e080270
|
|
@ -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')) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue