Testing whether "!$this" is true makes absolutely no sense. Either we're in an objec...
authorAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 27 May 2008 16:23:23 +0000 (16:23 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 27 May 2008 16:23:23 +0000 (16:23 +0000)
commita3f692672c84348d2afc5ac72fa6d8f134b6da41
treec7b4533a2066960db30ae9550df5a7ebb68a86ea
parenta51d7f42aff44fa8228f1980b4b6363fdc95c54b
Testing whether "!$this" is true makes absolutely no sense.  Either we're in an object context, in which case it's always true; or we're not, like if the method was called statically, in which case the code is seriously buggy and *should* crash with a fatal error so we can fix it ASAP (which it will, now, on the next line when a method of $this is called).
includes/Title.php