https://bugzilla.wikimedia.org/show_bug.cgi?id=38219

       Web browser: ---
             Bug #: 38219
           Summary: Cite.i18n.php is not loading
           Product: MediaWiki extensions
           Version: REL1_19 branch
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: normal
          Priority: Unprioritized
         Component: Cite
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified
   Mobile Platform: ---


Cite messages are not working, file cite.i18n.php is not loaded (include a
die() in the top of file and scripts continue working)...

This is the original code..

$wgExtensionCredits['parserhook'][] = array(
    'path' => __FILE__,
    'name' => 'Cite',
    'author' => 'Ævar Arnfjörð Bjarmason',
    'descriptionmsg' => 'cite-desc',
    'url' => 'https://www.mediawiki.org/wiki/Extension:Cite/Cite.php'
);


I changed this line with ... "...edits['parserhook']['Cite'] = array(..." and
cites messages works ok...




Using Cite-MW1.19-110961.tar

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to