Last modified: 2009-10-25 18:59:54 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T23286, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 21286 - Lockdown: undefined variable $root for i18n
Lockdown: undefined variable $root for i18n
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
General/Unknown (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
: patch
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-10-25 18:50 UTC by Platonides
Modified: 2009-10-25 18:59 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments
Fix (483 bytes, patch)
2009-10-25 18:50 UTC, Platonides
Details

Description Platonides 2009-10-25 18:50:54 UTC
Created attachment 6710 [details]
Fix

Undefined variable $root for i18n
-$wgExtensionMessagesFiles['Lockdown'] = $root . 'Lockdown.i18n.php';
+$wgExtensionMessagesFiles['Lockdown'] = dirname(__FILE__) . '/Lockdown.i18n.php';
Comment 1 Raimond Spekking 2009-10-25 18:59:54 UTC
Patch applied with r58124.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links