Don't fail fatally when Linker::link() is passed a non-object
authorAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 5 Sep 2008 15:35:16 +0000 (15:35 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 5 Sep 2008 15:35:16 +0000 (15:35 +0000)
commita444b22c24495acd4c1d1206dfb9aa6a779a0482
tree2ee901f06789a64042ad9e1e21dcc89c1e5029f7
parent244fa33d3dd47e51f174a8e58228cb4b0fd5054c
Don't fail fatally when Linker::link() is passed a non-object

This matches old behavior of makeKnownLinkObj() et al., effectively reverting part of r38162.  We'd usually like to render the rest of the page even if one link fails.  We might want to raise an E_USER_WARNING here, though.
includes/Linker.php