Skip to content
  • Helmut Hummel's avatar
    [BUGFIX] Set absPrefix of GraphicalFunctions to PATH_site · a2a6d91b
    Helmut Hummel authored
    To make GifBuilder and GraphicalFunctions work in
    backend context, it is needed to set the absolute
    path prefix for processed images to document root.
    
    It works in FE context, because the current working
    directory of PHP is document root, but fails in
    BE context, as the CWD can be anything, depending
    on the location of the executing script.
    
    Set absPrefix to PATH_site in FAL crop scale mask
    helper so that the FAL file processing can be used
    in BE context.
    
    Resolves: #51804
    Releases: 6.0, 6.1, 6.2
    Change-Id: I824333dc6f6cff4286d9eefb20c045e5bb207658
    Reviewed-on: https://review.typo3.org/23652
    Reviewed-by: Xavier Perseguers
    Tested-by: Xavier Perseguers
    Reviewed-by: Helmut Hummel
    Tested-by: Helmut Hummel
    a2a6d91b