Skip to content

Commit

Permalink
Merged with master
Browse files Browse the repository at this point in the history
  • Loading branch information
uzyn committed Jul 23, 2012
2 parents beadfa0 + 8ea9e0f commit 0b1c26c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -104,7 +104,7 @@ Opauth needs your contributions, especially the following:
Issues & questions
-------------------
- Discussion group: [Google Groups](https://groups.google.com/group/opauth)
_This is the primary channel for support, especially for user questions._
_Primary channel for support, especially usage questions._
- Issues: [Github Issues](https://github.com/uzyn/opauth/issues)
- Twitter: [@uzyn](http://twitter.com/uzyn)
- Email me: chua@uzyn.com
Expand All @@ -117,7 +117,7 @@ License
The MIT License
Copyright © 2012 U-Zyn Chua (http://uzyn.com)

Footnote
Consultation
---------
U-Zyn Chua is a Principal Consultant at [gladlyCode](http://gladlycode.com), a premier PHP web development firm.
If you need consultation in web technologies and services, feel free to [talk to us](mailto:we@gladlycode.com).
U-Zyn Chua is a Principal Consultant at [Zynesis Consulting](http://zynesis.sg).
Looking for PHP web development solutions or consultation? [Drop me a mail](mailto:chua@uzyn.com).
4 changes: 2 additions & 2 deletions lib/Opauth/OpauthStrategy.php
Expand Up @@ -399,7 +399,7 @@ public static function httpRequest($url, $options = null, &$responseHeaders = nu
$context = stream_context_create($options);
}

$content = @file_get_contents($url, false, $context);
$content = file_get_contents($url, false, $context);
$responseHeaders = implode("\r\n", $http_response_header);

return $content;
Expand Down Expand Up @@ -473,4 +473,4 @@ public static function envReplace($value, $dictionary){
return $value;
}

}
}

0 comments on commit 0b1c26c

Please sign in to comment.