flush
[pharext/pharext.org] / app / Github / Fetch.php
index f0def29935ed1e3817324aa88d9ce5fe6b0c961c..1a18734b64eb91e482395dda9009147cd244dc15 100644 (file)
@@ -39,7 +39,6 @@ abstract class Fetch
                $this->args = $args;
                $this->url = new Url("https://api.github.com/", null, 0);
                if (isset($this->config->fetch->{$this}->per_page)) {
-                       header("X-Fetch-{$this}: ".$this->config->fetch->{$this}->per_page, false);
                        $this->url->query = "per_page=" . $this->config->fetch->{$this}->per_page;
                }
        }