Skip to content

Commit

Permalink
Fixed incorrect variable
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinDupree committed Jul 20, 2012
1 parent ab8a831 commit e3a207b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/call-info.php
Expand Up @@ -32,7 +32,7 @@
$tropo->ask("This will catch the first text", array('choices' => '[ANY]'));

// ... or, you can grab that first text like this straight from the session.
$messsage = $tropo->getInitialText();
$messsage = $session->getInitialText();

$tropo->say("You said " . $message);
} else {
Expand Down

0 comments on commit e3a207b

Please sign in to comment.