correct the wording of one of the php comments

This commit is contained in:
Mark Crane 2012-10-08 22:15:58 +00:00
parent 4a0e4b20e7
commit 1d03c4ae1e
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ echo "<br />";
}
}
//call forward, follow me and dnd
//hunt group forward
if (file_exists($_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."/app/hunt_group/v_hunt_group_call_forward.php")) {
if (permission_exists('hunt_group_call_forward')) {
$is_included = "true";