Index: branches/REL1_18/extensions/TitleBlacklist/TitleBlacklist.list.php |
— | — | @@ -140,8 +140,9 @@ |
141 | 141 | public function userCannot( $title, $user, $action = 'edit', $override = true ) { |
142 | 142 | if( $override && self::userCanOverride( $user, $action ) ) { |
143 | 143 | return false; |
144 | | - else |
| 144 | + } else { |
145 | 145 | return $this->isBlacklisted( $title, $action ); |
| 146 | + } |
146 | 147 | } |
147 | 148 | |
148 | 149 | /** |