From 253d3b7d6a5c5ea7ab74b69490b48674d828c5e9 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Wed, 11 May 2011 22:29:24 +0000 Subject: [PATCH] Fix bug link for PhpRefCallBugTester class Was linking to the bug for the PhpXmlBugTester class --- includes/installer/PhpBugTests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/installer/PhpBugTests.php b/includes/installer/PhpBugTests.php index 9cafd150b1..bb1f7d11f5 100644 --- a/includes/installer/PhpBugTests.php +++ b/includes/installer/PhpBugTests.php @@ -47,7 +47,7 @@ class PhpXmlBugTester { /** * Test for PHP bug #50394 (PHP 5.3.x conversion to null only, not 5.2.x) - * @see http://bugs.php.net/bug.php?id=45996 + * @see http://bugs.php.net/bug.php?id=50394 * @ingroup PHPBugTests */ class PhpRefCallBugTester { -- 2.20.1