r81029 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81028‎ | r81029 | r81030 >
Date:16:22, 26 January 2011
Author:reedy
Status:ok
Tags:
Comment:
Remove another < 1.16 back compat thing
Modified paths:
  • /trunk/extensions/LiquidThreads/classes/NewMessagesController.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/classes/NewMessagesController.php
@@ -163,13 +163,6 @@
164164
165165 $wantsTalkNotification = true;
166166
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 - }
174167 $wantsTalkNotification = $wantsTalkNotification && User::getDefaultOption( 'lqtnotifytalk' );
175168
176169 if ( $wantsTalkNotification || $row->up_value ) {

Status & tagging log