Code Duplication    Length = 7-7 lines in 2 locations

plugins/_depricated/recaptcha/index.php 1 location

@@ 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

plugins/recaptcha/index.php 1 location

@@ 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