diff options
Diffstat (limited to 'pear/fetch.php')
-rw-r--r-- | pear/fetch.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pear/fetch.php b/pear/fetch.php index 01d223392e..56767b62cb 100644 --- a/pear/fetch.php +++ b/pear/fetch.php @@ -72,5 +72,3 @@ if (is_resource($fp) && file_put_contents($argv[2], $fp)) { $err = error_get_last(); echo "\nError..\n", $err["message"], "\n"; exit(1); - - |