Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
SourceModel::getTitle() is for the name of the service, not the user.
  • Loading branch information
jmhobbs committed Jan 19, 2010
1 parent 2313619 commit 75c520d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions models/GithubModel.php
Expand Up @@ -52,12 +52,7 @@ public function getAccountName() {
}

public function getTitle() {
if ($name = $this->getProperty('username')) {
return $name;
}
else {
return $this->getServiceName();
}
return $this->getServiceName();
}

public function importData() {
Expand Down

0 comments on commit 75c520d

Please sign in to comment.