Skip to content

Commit

Permalink
TASK: Adjust to standalone Fluid
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlemke committed Nov 18, 2016
1 parent e930939 commit 757402d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Classes/Helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* the terms of the MIT license *
* */

use Neos\FluidAdaptor\View\StandaloneView;
use TYPO3\Flow\Annotations as Flow;
use TYPO3\Flow\Mvc\ActionRequest;
use TYPO3\Flow\Utility\Algorithms;
Expand All @@ -32,7 +33,7 @@ class Helper {

/**
* @Flow\Inject
* @var \TYPO3\Fluid\View\StandaloneView
* @var StandaloneView
*/
protected $fluidView;

Expand Down Expand Up @@ -106,7 +107,6 @@ public function validateTokenHash($tokenHash) {

if ($tokenData === FALSE) {
$this->logger->log(sprintf('Validation of token hash %s failed', $tokenHash), LOG_INFO);

return NULL;
}

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"typo3/flow": "~3.0"
"typo3/flow": "~4.0"
},
"suggest": {
"typo3/swiftmailer": "Used to send activation mails"
Expand Down

0 comments on commit 757402d

Please sign in to comment.