Index: trunk/extensions/Push/Push.i18n.php |
— | — | @@ -36,7 +36,7 @@ |
37 | 37 | 'push-tab-title' => 'Push $1', |
38 | 38 | 'push-targets' => 'Push targets', |
39 | 39 | 'push-add-target' => 'Add target', |
40 | | - 'push-import-revision-message' => 'Pushed from $1 by $2.', |
| 40 | + 'push-import-revision-message' => 'Pushed from $1.', |
41 | 41 | 'push-tab-no-targets' => 'There are no targets to push to. Please add some to your LocalSettings.php file.', |
42 | 42 | 'push-tab-push-to' => 'Push to $1', |
43 | 43 | 'push-remote-pages' => 'Remote pages', |
Index: trunk/extensions/Push/api/ApiPush.php |
— | — | @@ -310,8 +310,8 @@ |
311 | 311 | $summary = wfMsgExt( |
312 | 312 | 'push-import-revision-message', |
313 | 313 | 'parsemag', |
314 | | - $wgSitename, |
315 | | - $revision['user'] |
| 314 | + $wgSitename |
| 315 | + //$revision['user'] |
316 | 316 | ); |
317 | 317 | |
318 | 318 | $requestData = array( |