Index: branches/wmf/1.17wmf1/includes/ChangesList.php |
— | — | @@ -1121,6 +1121,7 @@ |
1122 | 1122 | $this->insertComment( $r, $rcObj ); |
1123 | 1123 | $this->insertRollback( $r, $rcObj ); |
1124 | 1124 | # Tags |
| 1125 | + $classes = explode( ' ', $classes ); |
1125 | 1126 | $this->insertTags( $r, $rcObj, $classes ); |
1126 | 1127 | # Show how many people are watching this if enabled |
1127 | 1128 | $r .= $this->numberofWatchingusers($rcObj->numberofWatchingusers); |