mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
Fix typo
This commit is contained in:
@@ -151,7 +151,7 @@ class Viadeo extends AbstractProvider
|
|||||||
public function getToken()
|
public function getToken()
|
||||||
{
|
{
|
||||||
if ('' === trim($this->session->get('viadeo.provider.id'))) {
|
if ('' === trim($this->session->get('viadeo.provider.id'))) {
|
||||||
throw new RuntimeException('Guthub has not authenticated');
|
throw new RuntimeException('Viadeo has not authenticated');
|
||||||
}
|
}
|
||||||
|
|
||||||
return new Token($this, $this->session->get('viadeo.provider.id'));
|
return new Token($this, $this->session->get('viadeo.provider.id'));
|
||||||
|
Reference in New Issue
Block a user