From ecff46cddc645f25a7d78ff2de69ca73f23577b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20S=CC=8Ckoda?= Date: Sun, 7 Apr 2013 11:41:19 +0200 Subject: [PATCH] MDL-38798 remove unused property which was giving notices in PHP 5.5beta --- lib/filelib.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/filelib.php b/lib/filelib.php index 4ea8d21c33d..6985a3e931b 100644 --- a/lib/filelib.php +++ b/lib/filelib.php @@ -3026,7 +3026,6 @@ class curl { */ private function formatHeader($ch, $header) { - $this->count++; if (strlen($header) > 2) { list($key, $value) = explode(" ", rtrim($header, "\r\n"), 2); $key = rtrim($key, ':');