PluginProbe
Github Embed / 1.4
Github Embed v1.4
trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.0.1 2.0.2 2.1.0 2.2.0 2.2.1
← All changes | github-api.php +1 -1 1.51.4 View file →
@@ -149,9 +149,9 @@
149 149
150 150 $this->log( "get_repo_milestone_summary( $owner, $repository, $milestone )", GEDEBUG_CALL );
151 151
152 152 $owner = trim( $owner, '/' );
153 - $repo = trim( $repository, '/' );
153 + $repo = trim( $repo, '/' );
154 154
155 155 $results = $this->call_api( "https://api.github.com/repos/$owner/$repository/milestones/$milestone" );
156 156
157 157 return json_decode( $results['body'] );