Skip to content

Commit

Permalink
fix hellowblock nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrouch committed Oct 8, 2011
1 parent 58fe2c4 commit 056bf8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controllers/requests_controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ function twilio() {
$FULL_BASE_URL = FULL_BASE_URL;
$TwilioResponse =<<<EOF
<Response>
<Say voice="woman">{$helloBlock}
Welcome to the INCOG Mobility center.</Say>
{$helloBlock}
<Say voice="woman"> Welcome to the INCOG Mobility center.</Say>
<Gather action="$FULL_BASE_URL/requests/twilio2" numDigits="1">
{$zipBlock}
<Say voice="woman"> To speak to a mobility assistant, press 0 </Say></Gather>
Expand Down

0 comments on commit 056bf8c

Please sign in to comment.