We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15a88e1 commit 90d0614Copy full SHA for 90d0614
protected/application/plugins/github/models/GithubModel.php
@@ -35,7 +35,7 @@ public function isStoryElement() {
35
}
36
37
public function getServiceURL() {
38
- return 'http://github.com/' . $this->getProperty('username');
+ return 'https://github.com/' . $this->getProperty('username');
39
40
41
public function getServiceDescription() {
@@ -62,7 +62,7 @@ public function importData() {
62
63
64
public function updateData() {
65
- $url = 'http://github.com/' . $this->getProperty('username') . '.atom';
+ $url = 'https//github.com/' . $this->getProperty('username') . '.atom';
66
67
$curl = curl_init();
68
curl_setopt($curl, CURLOPT_URL, $url);
0 commit comments