Skip to content

Commit

Permalink
[BUGFIX] Fix naming of ViewHelper to provide class resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
ipf committed Jul 17, 2014
1 parent f8fc13b commit d398284
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Classes/ViewHelpers/Format/JsonViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*
* Usage examples are available in Private/Partials/Test.html.
*/
class JSONViewHelper extends \TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper {
class JsonViewHelper extends \TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper {


/**
Expand All @@ -45,7 +45,6 @@ public function initializeArguments() {
}



/**
* @return string
*/
Expand Down

0 comments on commit d398284

Please sign in to comment.