Page MenuHomePhabricator

incorrect link to special pages in SpecialBibTexImport.php
Closed, ResolvedPublic

Description

The line 10 shows:
require_once "$IP/includes/SpecialPage.php";

but it should be
require_once "$IP/includes/specialpage/SpecialPage.php";

the original location.


Version: wmf-deployment
Severity: normal

Details

Reference
bz58995

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 2:28 AM
bzimport set Reference to bz58995.

Tony Thomas: How is this related to AcaWiki? What's the full URL in the codebase?

(In reply to comment #1)

Tony Thomas: How is this related to AcaWiki? What's the full URL in the
codebase?

I couldn't find any component with the name BibTexImport, but saw it had connection with the componenet Acawiki.so, added.

Heh, good point. Seems to be really connected to Acawiki, though I have no idea why there was a component created here and if any of them uses this Bugzilla.