mediawiki-extensions-AbuseF.../Views
Matthias Mullie 2c449c3acc (bug 65805) Fix notice when creating new filter
Notice: Undefined index: af_throttled in
extensions/AbuseFilter/Views/AbuseFilterViewEdit.php on line 148

This assumes af_throttled to exist in $newRow, which comes
from AbuseFilterViewEdit::loadRequest, which in turn comes
from AbuseFilterViewEdit::loadFilterData, where no
af_throttled property is added to the newly created object.

Bug: 65805
Change-Id: I45ad0ea2cea242711b6109e67b99b71242ff57f6
2014-05-27 15:26:17 +02:00
..
AbuseFilterView.php Used [[MediaWiki:Parentheses]] instead of hardcoded parentheses 2014-01-12 19:59:41 +05:30
AbuseFilterViewDiff.php Fix Call to undefined method TableDiffFormatterFullContext::_start_diff() 2013-11-19 20:09:32 +00:00
AbuseFilterViewEdit.php (bug 65805) Fix notice when creating new filter 2014-05-27 15:26:17 +02:00
AbuseFilterViewExamine.php Declare class properties, update docs 2013-11-06 16:12:37 +00:00
AbuseFilterViewHistory.php Don't even mention $wgTitle in comments 2014-01-22 20:47:06 -08:00
AbuseFilterViewImport.php Maintenance for AbuseFilter extension. 2012-10-09 22:26:45 +02:00
AbuseFilterViewList.php Adding some comments to explain what various classes are for. 2013-10-24 15:11:08 -07:00
AbuseFilterViewRevert.php Declare class properties, update docs 2013-11-06 16:12:37 +00:00
AbuseFilterViewTestBatch.php Remove random space in AbuseFilterViewTestBatch 2014-01-25 14:04:18 +01:00
AbuseFilterViewTools.php Maintenance for AbuseFilter extension. 2012-10-09 22:26:45 +02:00