Fix the URL that the call broadcast directs to after sending calls.

This commit is contained in:
Mark Crane
2013-05-09 20:15:08 +00:00
parent a1e5bb36f9
commit 8fb5942f85

View File

@@ -206,7 +206,7 @@ function cmd_async($cmd) {
echo " <table width='100%'>\n";
echo " <tr>\n";
echo " <td align='center'>\n";
echo " <a href='".PROJECT_PATH."/app/calls_active/v_calls_active.php'>".$text['label-view-calls']."</a>\n";
echo " <a href='".PROJECT_PATH."/app/calls_active/calls_active.php'>".$text['label-view-calls']."</a>\n";
echo " </td>\n";
echo " </table>\n";
echo "</td>\n";