Commit:    6b52bd6c283f369082c81cb6641a0642a5501802
Author:    Ferenc Kovacs <tyr...@gmail.com>         Sat, 11 May 2013 04:58:23 
+0200
Parents:   cf9e0a089a9bfdfa92b443291447bc9ce20c7dba
Branches:  master

Link:       
http://git.php.net/?p=web/bugs.git;a=commitdiff;h=6b52bd6c283f369082c81cb6641a0642a5501802

Log:
duh

Changed paths:
  M  include/classes/bug_ghpulltracker.php


Diff:
diff --git a/include/classes/bug_ghpulltracker.php 
b/include/classes/bug_ghpulltracker.php
index 4af361b..6bc0ad2 100644
--- a/include/classes/bug_ghpulltracker.php
+++ b/include/classes/bug_ghpulltracker.php
@@ -19,7 +19,7 @@ class Bug_Pulltracker
                                'user_agent' => $this->userAgent,
                        )
                ));
-               $data = 
@json_decode(file_get_contents("https://api.github.com/repos/php/".urlencode($repo).'/pulls/'.((int)$pull_id)),
 null, $ctxt);
+               $data = 
@json_decode(file_get_contents("https://api.github.com/repos/php/".urlencode($repo).'/pulls/'.((int)$pull_id),
 null, $ctxt));
                if (!is_object($data)) {
                        return false;
                }


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to