Skip to content
Snippets Groups Projects
Commit f837b411 authored by Alex Barth's avatar Alex Barth
Browse files

Roll back accidental commit.

parent 9743f5dc
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,6 @@ class PuSHSubscriber { ...@@ -68,7 +68,6 @@ class PuSHSubscriber {
* at $url. * at $url.
*/ */
public function subscribe($url, $callback_url, $hub = '') { public function subscribe($url, $callback_url, $hub = '') {
feeds_dbg(func_get_args());
// Fetch document, find rel=hub and rel=self. // Fetch document, find rel=hub and rel=self.
// If present, issue subscription request. // If present, issue subscription request.
$request = curl_init($url); $request = curl_init($url);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment