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: [email protected]
ReportedBy: [email protected]
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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l