http://www.mediawiki.org/wiki/Special:Code/MediaWiki/97739
Revision: 97739
Author: nikerabbit
Date: 2011-09-21 14:57:32 +0000 (Wed, 21 Sep 2011)
Log Message:
-----------
Remove check that prevents nesting aggregate message groups.
It would be shame to not allow it, given all the pain to write
code which handles nested groups.
Modified Paths:
--------------
trunk/extensions/Translate/Groups.php
Modified: trunk/extensions/Translate/Groups.php
===================================================================
--- trunk/extensions/Translate/Groups.php 2011-09-21 14:45:10 UTC (rev
97738)
+++ trunk/extensions/Translate/Groups.php 2011-09-21 14:57:32 UTC (rev
97739)
@@ -588,12 +588,6 @@
continue;
}
- /** @todo Figure out a better way to skip
groups which are in
- * aggregate and as individual in the list. */
- if ( $group instanceof AggregateMessageGroup ) {
- continue;
- }
-
$groups[$id] = $group;
}
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs