@@ -78,7 +78,7 @@ |
||
| 78 | 78 | static::ACTION_FIELD_PAGEURL => 'http://site.com/recaptcha-ex', |
| 79 | 79 | ]); |
| 80 | 80 | $this->wiki->setText(['recognize', 'file'], false); |
| 81 | - $this->wiki->setText(['menu','from_service'], [ |
|
| 81 | + $this->wiki->setText(['menu', 'from_service'], [ |
|
| 82 | 82 | RuCaptcha::class, |
| 83 | 83 | RuCaptchaClick::class, |
| 84 | 84 | RuCaptchaInstruction::class, |
@@ -17,7 +17,7 @@ |
||
| 17 | 17 | 'ru' => '2Captcha Инструкция', |
| 18 | 18 | ]); |
| 19 | 19 | $this->wiki->setText(['service', 'href'], 'http://infoblog1.ru/goto/2captcha'); |
| 20 | - $this->wiki->setText(['menu','from_service'], [ |
|
| 20 | + $this->wiki->setText(['menu', 'from_service'], [ |
|
| 21 | 21 | TwoCaptcha::class, |
| 22 | 22 | TwoCaptchaClick::class, |
| 23 | 23 | TwoCaptchaGrid::class, |
@@ -253,7 +253,7 @@ |
||
| 253 | 253 | 'rn - группа стран Россия, Украина, Беларусь, Казахстан', |
| 254 | 254 | ], |
| 255 | 255 | ]); |
| 256 | - $this->wiki->setText(['menu','from_service'], [ |
|
| 256 | + $this->wiki->setText(['menu', 'from_service'], [ |
|
| 257 | 257 | AnticaptchaReCaptchaProxeless::class, |
| 258 | 258 | AnticaptchaReCaptcha::class, |
| 259 | 259 | ]); |
@@ -18,7 +18,7 @@ |
||
| 18 | 18 | 'en' => '2Captcha Grid (ReCaptcha v2)', |
| 19 | 19 | ]); |
| 20 | 20 | $this->wiki->setText(['service', 'href'], 'http://infoblog1.ru/goto/2captcha'); |
| 21 | - $this->wiki->setText(['menu','from_service'], [ |
|
| 21 | + $this->wiki->setText(['menu', 'from_service'], [ |
|
| 22 | 22 | TwoCaptcha::class, |
| 23 | 23 | TwoCaptchaInstruction::class, |
| 24 | 24 | TwoCaptchaClick::class, |