Index: trunk/phase3/includes/ChangesList.php |
— | — | @@ -1103,7 +1103,7 @@ |
1104 | 1104 | } else { |
1105 | 1105 | $r .= $this->recentChangesFlags( array( |
1106 | 1106 | 'newpage' => $type == RC_NEW, |
1107 | | - 'mino' => $rcObj->mAttribs['rc_minor'], |
| 1107 | + 'minor' => $rcObj->mAttribs['rc_minor'], |
1108 | 1108 | 'unpatrolled' => $rcObj->unpatrolled, |
1109 | 1109 | 'bot' => $rcObj->mAttribs['rc_bot'], |
1110 | 1110 | ) ); |