correct the wording of one of the php comments
This commit is contained in:
parent
4a0e4b20e7
commit
1d03c4ae1e
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue