This commit is contained in:
Romain Neutron
2013-05-04 19:02:42 +02:00
parent 06c2d4c741
commit 17888e06b0

View File

@@ -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'));