Avoid relying on isset(). This can cause problems with PHP's (thankfully now uncommo...
authorAryeh Gregor <simetrical@users.mediawiki.org>
Thu, 24 Jan 2008 20:14:35 +0000 (20:14 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Thu, 24 Jan 2008 20:14:35 +0000 (20:14 +0000)
commit6b998e4c8215c87390014ffa5ae1783184e5118f
tree9352b1c4ab6e3b87e700cda9032573ed2dc56bfe
parentdf156891a0da45a93473634a65158991de64a653
Avoid relying on isset().  This can cause problems with PHP's (thankfully now uncommon) register_globals setting.  Instead, just give the variable a default value in the code.
includes/Skin.php