Replace broken nested terneries (causing a nasty bug where all admins could view...
authorAndrew Garrett <werdna@users.mediawiki.org>
Thu, 8 Oct 2009 19:40:53 +0000 (19:40 +0000)
committerAndrew Garrett <werdna@users.mediawiki.org>
Thu, 8 Oct 2009 19:40:53 +0000 (19:40 +0000)
commit6a07296e8a6ac9e719fd01422ee08b0ea8c2c26a
tree8ec21e863eac5eb9678e0770335964e1523e8b4d
parent7b897be9aebc75c8baf6beab1e2b393dfaadcdac
Replace broken nested terneries (causing a nasty bug where all admins could view fully suppressed revisions) with clear, easy to read if/then/elseif/else structure.
includes/Revision.php