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

           Summary: PHP Notice for Language.php line 1245 if no date
                    preference has been set
           Product: MediaWiki
           Version: 1.15.1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: Normal
         Component: General/Unknown
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: olivier.mellin...@ext.ec.europa.eu


Notice index does not exists line 1245

Proposal replace :
###### ORIGINAL LINE #########
$datePreference = (string)$options['date'];
###### REPLACE BY ############
if(array_key_exists('date',$options))$datePreference =
(string)$options['date'];
else $datePreference ='';
##############################

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to