Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Input.php - Unset for static::$arrCache['postUnsafeRaw'] missing. #7481

Closed
stefanheimes opened this issue Nov 25, 2014 · 2 comments
Closed
Labels
Milestone

Comments

@stefanheimes
Copy link
Contributor

With the new function "postUnsafeRaw" you added a new "static::$arrCache['postUnsafeRaw']".
See #4614. We have the same porblem again. It would be nice if the "setPost" function removes the "static::$arrCache['postUnsafeRaw'][$strKey]", too.

See https://github.com/contao/core/blob/support/3.2/system/modules/core/library/Contao/Input.php#L359

@stefanheimes stefanheimes changed the title Unset for static::$arrCache['postUnsafeRaw'] missing. Input.php - Unset for static::$arrCache['postUnsafeRaw'] missing. Nov 25, 2014
@discordier
Copy link
Contributor

👍 Sadly we forgot this one.

@stefanheimes For the Moment the only quick solution for you is to reset it via Reflection.

@leofeyer
Copy link
Member

Fixed in b56232e.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants