-
-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating array property in SessionSection has no effect #191
Comments
There is a typo in Nette\Http\SessionSection, missing reference in __get
|
dg
pushed a commit
that referenced
this issue
Jan 15, 2021
dg
pushed a commit
that referenced
this issue
Jan 15, 2021
dg
pushed a commit
that referenced
this issue
Jan 15, 2021
dg
pushed a commit
that referenced
this issue
Jan 21, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version: 3.1.0
Bug Description
When I create sessionSection and save an array property to it with one element, it does not have any effect.
Steps To Reproduce
I get notice
Trying to access array offset on value of type null
.Expected Behavior
To get
0
The text was updated successfully, but these errors were encountered: