Fix undefined variable notice if $wgHiddenPrefs[] = 'fancysig'.
authorBrian Wolff <bawolff@users.mediawiki.org>
Sat, 2 Oct 2010 20:36:23 +0000 (20:36 +0000)
committerBrian Wolff <bawolff@users.mediawiki.org>
Sat, 2 Oct 2010 20:36:23 +0000 (20:36 +0000)
commit0d5cd20121042f928a87aa35079c6418be1ba008
tree214a491d49021805f1c6389a8761a3d1a4acb5fd
parentd6ce22f31a98af04f389f6be1b8fc8d66e500104
Fix undefined variable notice if $wgHiddenPrefs[] = 'fancysig'.

Use !empty($blah) since that is what the rest of the code is doing. This does
not change the behaviour in any way, only gets rid of the warning. Issue
discovered by jorenl on irc.
includes/Preferences.php