https://bugzilla.wikimedia.org/show_bug.cgi?id=46255
--- Comment #8 from db <[email protected]> --- isLoggedIn does your job, but the way you have it also possible isLoggedin is calling getId which is calling loadFromId, so this is doing the same thing than your idea. Calling isLoggedIn on $wgUser would check, if the visiting user has a registered account (yes, when he has a account, but not logged in, this will also give false ...) -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
