| @@ 70-76 (lines=7) @@ | ||
| 67 | /** |
|
| 68 | * @return void |
|
| 69 | */ |
|
| 70 | public function FilterAppDataPluginSection($bAdmin, $bAuth, &$aData) |
|
| 71 | { |
|
| 72 | if (!$bAdmin && !$bAuth && is_array($aData)) |
|
| 73 | { |
|
| 74 | $aData['show_captcha_on_login'] = 1 > $this->getLimit(); |
|
| 75 | } |
|
| 76 | } |
|
| 77 | ||
| 78 | /** |
|
| 79 | * @param string $sAction |
|
| @@ 71-77 (lines=7) @@ | ||
| 68 | /** |
|
| 69 | * @return void |
|
| 70 | */ |
|
| 71 | public function FilterAppDataPluginSection($bAdmin, $bAuth, &$aData) |
|
| 72 | {
|
|
| 73 | if (!$bAdmin && !$bAuth && \is_array($aData)) |
|
| 74 | {
|
|
| 75 | $aData['show_captcha_on_login'] = 1 > $this->getLimit(); |
|
| 76 | } |
|
| 77 | } |
|
| 78 | ||
| 79 | /** |
|
| 80 | * @param string $sAction |
|