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 4b87cc7a86
commit 2a8a08deae
1 changed files with 1 additions and 1 deletions

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";