Page MenuHomePhabricator

use of $this->loggedin inconsistant in SkinTemplate.php (with patch)
Closed, ResolvedPublic

Description

Author: mark

Description:
I was digging through the code today while trying to figure out how the
Views URLs work, and notices that while early on a member variable
($this->loggedin) is created as ($wgUser != 0), the member variable
isn't used consistantly. Here's a patch that makes it consistant.

It's absolutely trivial, doesn't actually fix any behaviour, and not
important for me anyway, because I'm working on an extension anyhow,
but it will be important for anybody who wants to mess with
$this->loggedin in the future. So I thought I should take the time to
submit it.


Version: 1.4.x
Severity: trivial

Details

Reference
bz2841

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 8:41 PM
bzimport set Reference to bz2841.
bzimport added a subscriber: Unknown Object (MLST).

mark wrote:

Utterly trivial patch which makes the use of a member variable consistent

Attached:

Patch doesn't apply to current code, but made similar changes in HEAD.