Index: trunk/extensions/CodeReview/CodeRevisionTagger.php |
— | — | @@ -35,6 +35,6 @@ |
36 | 36 | |
37 | 37 | function validPost( $permission ) { |
38 | 38 | return parent::validPost( $permission ) && |
39 | | - ( !empty( $this->mTags ) || !empty( $this->mRemoveTags ) ); |
| 39 | + ( !empty( $this->mAddTags ) || !empty( $this->mRemoveTags ) ); |
40 | 40 | } |
41 | 41 | } |