Use a helper function instead of a property
authorAlexander Ebert <ebert@woltlab.com>
Sun, 9 Jun 2024 19:53:59 +0000 (21:53 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 9 Jun 2024 19:53:59 +0000 (21:53 +0200)
commitc6c7edec13da44fe18b334386eb1e54b9b398f23
treeac38f9d8e85761cabaa3ecceb91354e8f013a2c8
parentf1998e833646f9a8c0b49bdd991ab728a58a698f
Use a helper function instead of a property

Using a property was a dumb idea because it breaks the promise of having the entire request data be made available through the parameters passed to `__invoke()`.
wcfsetup/install/files/lib/action/ApiAction.class.php
wcfsetup/install/files/lib/http/Helper.class.php
wcfsetup/install/files/lib/system/endpoint/HydrateFromRequestParameter.class.php [deleted file]
wcfsetup/install/files/lib/system/endpoint/controller/core/files/upload/PostChunk.class.php