X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiStashEdit.php;h=478b0bcfbaab21cfd34704698692822672b76f0b;hb=e374a8853abdf7dd27eba1bbb1e20de1496fd43e;hp=c3cf5f10899e5d318f0a2482bcd632e7a7039946;hpb=1bd43b1bffffc3720e1ef743d802e88fdf849b0f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiStashEdit.php b/includes/api/ApiStashEdit.php index c3cf5f1089..478b0bcfba 100644 --- a/includes/api/ApiStashEdit.php +++ b/includes/api/ApiStashEdit.php @@ -131,9 +131,6 @@ class ApiStashEdit extends ApiBase { return; } - // The user will abort the AJAX request by pressing "save", so ignore that - ignore_user_abort( true ); - if ( $user->pingLimiter( 'stashedit' ) ) { $status = 'ratelimited'; } else {