mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
MDL-38798 remove unused property which was giving notices in PHP 5.5beta
This commit is contained in:
parent
422f68fb86
commit
ecff46cddc
@ -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, ':');
|
||||
|
Loading…
x
Reference in New Issue
Block a user