Page MenuHomePhabricator

Bibtex Format shows neither Authors nor Editors
Closed, ResolvedPublic

Description

Author: BugMMs

Description:
The Bibtex ResultFormat shows neither the Authors nor the Editors due to the Code in line 187 of SRF_Bibtex.php:

$author = $editor;

Corresponding to the if-Statement around it, this should be:

$editor = $wikiText;

Version: master
Severity: major

Details

Reference
bz38258

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 1:01 AM
bzimport set Reference to bz38258.
Unknown Object (User) added a comment.Aug 6 2012, 11:48 AM

Solved with https://gerrit.wikimedia.org/r/#/c/17799/ and deployed in SRF 1.8