Index: trunk/extensions/LiquidThreads/classes/NewMessagesController.php |
— | — | @@ -151,7 +151,7 @@ |
152 | 152 | */ |
153 | 153 | static function writeMessageStateForUpdatedThread( $t, $type, $changeUser ) { |
154 | 154 | wfDebugLog( 'LiquidThreads', 'Doing notifications' ); |
155 | | - wfProfileIn( 'testTEST' ); |
| 155 | + wfProfileIn( 'writeMessageStateForUpdatedThread' ); |
156 | 156 | |
157 | 157 | // Pull users to update the message state for, including whether or not a |
158 | 158 | // user_message_state row exists for them, and whether or not to send an email |
— | — | @@ -222,7 +222,7 @@ |
223 | 223 | if ( count( $notifyUsers ) && $wgLqtEnotif ) { |
224 | 224 | self::notifyUsersByMail( $t, $notifyUsers, wfTimestampNow(), $type ); |
225 | 225 | } |
226 | | - wfProfileOut( 'testTEST' ); |
| 226 | + wfProfileOut( 'writeMessageStateForUpdatedThread' ); |
227 | 227 | } |
228 | 228 | |
229 | 229 | // Would refactor User::decodeOptions, but the whole point is that this is |