Skip to content

Commit

Permalink
fix recursion
Browse files Browse the repository at this point in the history
  • Loading branch information
avalanche123 committed Aug 1, 2011
1 parent 6dacf30 commit 519419e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/community/Avalanche/Twilio/Block/Client.php
Expand Up @@ -33,7 +33,7 @@ public function getInboundToken()
protected function _toHtml()
{
if (Avalanche_Twilio_Model_Twilio::isSetUp()) {
return $this->_toHtml();
return parent::_toHtml();
}
}
}

0 comments on commit 519419e

Please sign in to comment.