Skip to content

Commit

Permalink
[BUGFIX] Add missing character in upgrade wizard SectionFrameToFrameC…
Browse files Browse the repository at this point in the history
…lassUpdate

Resolves: #83827
Releases: master
Change-Id: Id1d3c7ab540949d8c83bffbd921f57c6b13da879
Reviewed-on: https://review.typo3.org/55628
Reviewed-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: Andreas Fernandez <a.fernandez@scripting-base.de>
  • Loading branch information
Patta authored and andreaskienast committed Feb 9, 2018
1 parent e835a1e commit 86c83fb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -56,7 +56,7 @@ public function checkForUpdate(&$description)
if ($elementCount) {
$description = 'Section frames were used to control the wrapping of each content element in the frontend '
. 'output, stored as integers in the database. To get rid of a nessesary mapping of those values we '
. 'are now storing strings you an easily adjust that will simply passed to the rendering.';
. 'are now storing strings you can easily adjust that will simply passed to the rendering.';
}
return (bool)$elementCount;
}
Expand Down

0 comments on commit 86c83fb

Please sign in to comment.