Make MWHttpRequest::__construct() protected.
authorLiangent <liangent@gmail.com>
Mon, 30 Jul 2012 15:18:44 +0000 (23:18 +0800)
committerLiangent <liangent@gmail.com>
Mon, 30 Jul 2012 15:18:44 +0000 (23:18 +0800)
commit10ec7a199097d9130dea4e23eb9654e3f17d12b0
treede76b04df1fb85042a28f4497b18c73429b4fd86
parent747e74e338dec5a14de9cf3f7b9d1159a44a3c3a
Make MWHttpRequest::__construct() protected.

This class is not for direct initialization, and
new MWHttpRequest(...)->execute() doesn't work at all.

Change-Id: I557723c218cd8e8f27283d01141c890263da095d
includes/HttpFunctions.php