(bug 36776) Changing User::getNewtalk to use $wgDisableAnonTalk.
authorparent5446 <tylerromeo@gmail.com>
Fri, 27 Jul 2012 20:46:55 +0000 (16:46 -0400)
committerparent5446 <tylerromeo@gmail.com>
Fri, 27 Jul 2012 20:46:55 +0000 (16:46 -0400)
Previously, $wgDisableAnonTalk was only used as a visual
hack in includes/Linker.php. Now, if the variable is set,
no queries will be made to user_newtalk at all.

Change-Id: Id5521abbec7f05f2de7230f9f0316176abc7f215
Signed-off-by: parent5446 <tylerromeo@gmail.com>

No differences found