Skip to content

Commit

Permalink
Update master
Browse files Browse the repository at this point in the history
  • Loading branch information
behcetenuygun committed Jun 4, 2012
1 parent 328c30d commit 00f219c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Templating/Helper/FacebookHelper.php
Expand Up @@ -77,6 +77,11 @@ public function loginButton($parameters = array(), $name = null)
));
}

public function logoutUrl($parameters = array(), $name = null)
{
return $this->facebook->getLogoutUrl($parameters);
}

/**
* @codeCoverageIgnore
*/
Expand Down

0 comments on commit 00f219c

Please sign in to comment.