mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Fix typo
This commit is contained in:
@@ -151,7 +151,7 @@ class Viadeo extends AbstractProvider
|
||||
public function getToken()
|
||||
{
|
||||
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'));
|
||||
|
Reference in New Issue
Block a user