X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryTokens.php;h=5b700dbc9c0dc6d0f7696386cd38c47163f6ccae;hb=872dc01de3bfae0db3f952b75b95d98beb47449e;hp=de5a377417d3916544155a005bde9579b7f50563;hpb=f43fa6f4f0e2cb60b8543daad661b48a3e0653a9;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryTokens.php b/includes/api/ApiQueryTokens.php index de5a377417..5b700dbc9c 100644 --- a/includes/api/ApiQueryTokens.php +++ b/includes/api/ApiQueryTokens.php @@ -40,7 +40,7 @@ class ApiQueryTokens extends ApiQueryBase { ]; if ( $this->lacksSameOriginSecurity() ) { - $this->setWarning( 'Tokens may not be obtained when the same-origin policy is not applied' ); + $this->addWarning( [ 'apiwarn-tokens-origin' ] ); return; }