Fix bug link for PhpRefCallBugTester class
authorSam Reed <reedy@users.mediawiki.org>
Wed, 11 May 2011 22:29:24 +0000 (22:29 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Wed, 11 May 2011 22:29:24 +0000 (22:29 +0000)
Was linking to the bug for the PhpXmlBugTester class

includes/installer/PhpBugTests.php

index 9cafd15..bb1f7d1 100644 (file)
@@ -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 {