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

           Summary: Lockdown: undefined variable $root for i18n
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: patch
          Severity: normal
          Priority: Normal
         Component: General/Unknown
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Created an attachment (id=6710)
 --> (https://bugzilla.wikimedia.org/attachment.cgi?id=6710)
Fix

Undefined variable $root for i18n
-$wgExtensionMessagesFiles['Lockdown'] = $root . 'Lockdown.i18n.php';
+$wgExtensionMessagesFiles['Lockdown'] = dirname(__FILE__) .
'/Lockdown.i18n.php';


-- 
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