Sfoglia il codice sorgente

Update user_dashboard.php

Fix the voicemail box link for the user dashboard.
FusionPBX 9 anni fa
parent
commit
c6b861051c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      core/user_settings/user_dashboard.php

+ 1 - 1
core/user_settings/user_dashboard.php

@@ -380,7 +380,7 @@
 
 					foreach ($messages as $voicemail_uuid => $row) {
 						if (is_uuid($voicemail_uuid)) {
-							$tr_link = "href='".PROJECT_PATH."/app/voicemails/voicemail_messages.php?id=".$voicemail_uuid."'";
+							$tr_link = "href='".PROJECT_PATH."/app/voicemails/voicemail_messages.php?voicemail_uuid=".$voicemail_uuid."'";
 							$hud[$n]['html'] .= "<tr ".$tr_link." style='cursor: pointer;'>";
 							$hud[$n]['html'] .= "	<td class='".$row_style[$c]." hud_text'><a href='".PROJECT_PATH."/app/voicemails/voicemail_messages.php?id=".$voicemail_uuid."'>".$row['ext']."</a></td>";
 							$hud[$n]['html'] .= "	<td class='".$row_style[$c]." hud_text' style='text-align: center;'>".$row['new']."</td>";