Fix E_STRICT in ForeignAPIRepo
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Fri, 9 Nov 2012 15:02:37 +0000 (16:02 +0100)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Fri, 9 Nov 2012 15:02:37 +0000 (16:02 +0100)
commit9a1855e931b76f1b7fe73f481de81535be817c8e
tree672a01173cfb7b40369a6e997cd86cba1378e676
parente6a00603c8050b7468a7b41210d431bd62828a8c
Fix E_STRICT in ForeignAPIRepo

The error is "Strict Standards:  Declaration of ForeignAPIRepo::getZoneUrl() should be compatible with that of FileRepo::getZoneUrl() in includes/filerepo/ForeignAPIRepo.php on line 426".
The second parameter of ForeignAPIRepo::getZoneUrl() was missing.

Change-Id: I8f60ff9d6152225ae99c1420d3a80c72c40974eb
includes/filerepo/ForeignAPIRepo.php