Fix erroneous check in refreshLinks.php
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Sun, 13 Jan 2013 21:13:55 +0000 (22:13 +0100)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Sun, 13 Jan 2013 21:13:55 +0000 (22:13 +0100)
commit2b6b4f9a0eee506276af95f67d4815ec364e765a
tree78a8a3c3901eca20c66515b3893f050460bc0218
parent9a8a671bd67d179e149b9d3eeee0feaeed122f66
Fix erroneous check in refreshLinks.php

Obviously null === false will never return true,
and what we actually want here is to check whether
we have a content or not.

Change-Id: Id78897e80ba2553c925e10d67c0fce2186aa11fd
maintenance/refreshLinks.php