Index: t3lib/formprotection/class.t3lib_formprotection_installtoolformprotection.php =================================================================== --- t3lib/formprotection/class.t3lib_formprotection_installtoolformprotection.php (revision 10303) +++ t3lib/formprotection/class.t3lib_formprotection_installtoolformprotection.php (working copy) @@ -145,10 +145,11 @@ if (isset($_SESSION['installToolFormTokens']) && is_array($_SESSION['installToolFormTokens']) ) { - $this->tokens = $_SESSION['installToolFormTokens']; + $tokens = $_SESSION['installToolFormTokens']; } else { - $this->tokens = array(); + $tokens = array(); } + return $tokens; } /**