Index: branches/wmf/1.19wmf1/extensions/MobileFrontend/MobileFrontend.body.php |
— | — | @@ -249,7 +249,7 @@ |
250 | 250 | // Need to stash the results of the "wfMsg" call before the Output Buffering handler |
251 | 251 | // because at this point the database connection is shut down, etc. |
252 | 252 | |
253 | | - self::$messages['mobile-frontend-copyright'] = $copyright; |
| 253 | + self::$messages['mobile-frontend-footer-copyright'] = $copyright; |
254 | 254 | |
255 | 255 | foreach ( self::$messageKeys as $messageKey ) { |
256 | 256 | |