Skip to content
Snippets Groups Projects
Commit bd296bee authored by Benni Mack's avatar Benni Mack
Browse files

[TASK] Clean up unused option in Install Tool

This option was renamed and is set in init() of
GraphicalFunctions anyway, so the call can be
removed (and also, does not create a PHP notice).

Resolves: #82700
Releases: master, 8.7
Change-Id: Ib2328676eaf123755b97ae09fd070f6e82250c92
Reviewed-on: https://review.typo3.org/54324


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent fb1c0dcc
No related merge requests found
......@@ -750,7 +750,6 @@ class EnvironmentController extends AbstractController
$imageProcessor->filenamePrefix = 'installTool-';
$imageProcessor->dontCompress = 1;
$imageProcessor->alternativeOutputKey = 'typo3InstallTest';
$imageProcessor->noFramePrepended = $GLOBALS['TYPO3_CONF_VARS']['GFX']['processor_allowFrameSelection'];
return $imageProcessor;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment