Page MenuHomePhabricator

"Limit to categories" feature doesn't work since r36376
Closed, ResolvedPublic

Description

$wgAllowCategorizedRecentChanges = true; ("limit to categories" feature) doesn't work since revision 36376.
I get this error:

Warning: Invalid argument supplied for foreach() in C:\wamp\www\testwiki\includes\specials\Recentchanges.php on line 412

That line contains:
foreach ( $opts['categories'] AS $cat )

When I change it back to:
foreach ( $categories AS $cat )
the error is gone, but the feature still doesn't work anymore.


Version: 1.13.x
Severity: normal

Details

Reference
bz14583

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:13 PM
bzimport set Reference to bz14583.
bzimport added a subscriber: Unknown Object (MLST).