Index: trunk/extensions/LiquidThreads/classes/NewMessagesController.php |
— | — | @@ -163,13 +163,6 @@ |
164 | 164 | |
165 | 165 | $wantsTalkNotification = true; |
166 | 166 | |
167 | | - global $wgVersion; |
168 | | - |
169 | | - if ( version_compare( $wgVersion, '1.16', '<' ) ) { |
170 | | - $decodedOptions = self::decodeUserOptions( $row->user_options ); |
171 | | - |
172 | | - $wantsTalkNotification = !isset( $decodedOptions['lqtnotifytalk'] ); |
173 | | - } |
174 | 167 | $wantsTalkNotification = $wantsTalkNotification && User::getDefaultOption( 'lqtnotifytalk' ); |
175 | 168 | |
176 | 169 | if ( $wantsTalkNotification || $row->up_value ) { |