commit f65134843aba15be706d7bcde40a088d7380b6c6
parent 856c83c7999a032b654faa394f7e021c039b0fdb
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 1 Apr 2015 20:17:25 +0200
this is the problem file but where are the headers?
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/core/libs/OAuth2/vendor/guzzle/guzzle/src/Guzzle/Http/Client.php b/core/libs/OAuth2/vendor/guzzle/guzzle/src/Guzzle/Http/Client.php
@@ -1,9 +1,11 @@
<?php
-namespace Guzzle\Http;
if (headers_sent()){
echo "lol";
}
+
+namespace Guzzle\Http;
+
use Guzzle\Common\Collection;
use Guzzle\Common\AbstractHasDispatcher;
use Guzzle\Common\Exception\ExceptionCollection;