This website works better with JavaScript.
Home
Explore
Help
Sign In
p3k
/
XRay
mirror of
https://github.com/aaronpk/XRay.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
77
Wiki
Activity
Browse Source
fix
pull/39/head
Aaron Parecki
7 years ago
parent
6733145b47
commit
fc41098477
No known key found for this signature in database
GPG Key ID:
276C2817346D6056
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
lib/Formats/GitHub.php
+ 2
- 2
lib/Formats/GitHub.php
View File
@ -106,11 +106,11 @@ class GitHub {
$entry
[
'published'
]
=
$data
[
'created_at'
];
$r
esponse
=
[
$r
=
[
'data'
=>
$entry
];
return
[
$r
esponse
,
$json
,
$response
[
'code'
]];
return
[
$r
,
$json
,
$response
[
'code'
]];
}
}
Write
Preview
Loading…
Cancel
Save