Index: trunk/phase3/includes/User.php |
— | — | @@ -1160,6 +1160,7 @@ |
1161 | 1161 | $log->addEntry( 'autopromote', |
1162 | 1162 | $this->getUserPage(), |
1163 | 1163 | '', // no comment |
| 1164 | + // These group names are "list to texted"-ed in class LogPage. |
1164 | 1165 | array( implode( ', ', $oldGroups ), implode( ', ', $newGroups ) ) |
1165 | 1166 | ); |
1166 | 1167 | } |