From: Ingmar Schlecht Date: Sun, 14 Jun 2009 12:18:46 +0000 (+0000) Subject: Changed line order of a comment in class.tx_rsaauth_sv1.php as it was confusing Eclip... X-Git-Tag: TYPO3_4-3-0beta1~422 X-Git-Url: http://git.typo3.org/Packages/TYPO3.CMS.git/commitdiff_plain/f64760c616b96cb8efbc00944ad730fc29251650 Changed line order of a comment in class.tx_rsaauth_sv1.php as it was confusing Eclipse. Totally minor change. git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5587 709f56b5-9817-0410-a4d7-c38de5d9e867 --- diff --git a/typo3/sysext/rsaauth/sv1/class.tx_rsaauth_sv1.php b/typo3/sysext/rsaauth/sv1/class.tx_rsaauth_sv1.php index af089af55136..dcc497f60e8d 100644 --- a/typo3/sysext/rsaauth/sv1/class.tx_rsaauth_sv1.php +++ b/typo3/sysext/rsaauth/sv1/class.tx_rsaauth_sv1.php @@ -184,8 +184,8 @@ class tx_rsaauth_sv1 extends tx_sv_auth { // code duplication and ensure that any custom evaluations // are called in a proper context if ($tce == null) { - $tce = t3lib_div::makeInstance('t3lib_TCEmain'); /* @var $tce t3lib_TCEmain */ + $tce = t3lib_div::makeInstance('t3lib_TCEmain'); } $result = $tce->checkValue_input_Eval($password, array($evaluation), $conf['is_in']); if (!isset($result['value'])) {