Skip to content
Snippets Groups Projects
Commit fc9666b2 authored by Helmut Hummel's avatar Helmut Hummel Committed by Frank Nägler
Browse files

[BUGFIX] Declare statically called method static

InlineElement::updateInlineView() is only used once throughout the core
and called statically, although the method is not declared to be static.

Fix this by declaring it static.

Resolves: #62501
Releases: 6.2, master
Change-Id: Ifeb8551899ccf285d87a66767bf7de4e8e98b32f
Reviewed-on: http://review.typo3.org/33582


Reviewed-by: default avatarCedric Ziel <cedric@cedric-ziel.com>
Tested-by: default avatarCedric Ziel <cedric@cedric-ziel.com>
Reviewed-by: default avatarFrank Nägler <typo3@naegler.net>
Tested-by: default avatarFrank Nägler <typo3@naegler.net>
parent 4fac3bf5
Branches
Tags
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