Skip to content
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

Fix: Trying to access array offset on value of type int #830

Merged
merged 1 commit into from Mar 25, 2020

Conversation

kesselb
Copy link
Contributor

@kesselb kesselb commented Mar 24, 2020

at lib/private/Files/Node/Node.php#327. As reported at nextcloud/server#19010 and similar to nextcloud/text@92df341.

get() expects $path to be a string but the file id is int or null.

…e/Files/Node/Node.php#327

get() expects $path to be a string hence the file id is int or null.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
@juliushaertl juliushaertl merged commit 22f450a into master Mar 25, 2020
@juliushaertl juliushaertl deleted the bug/noid/array-offset-on-value branch March 25, 2020 07:18
@juliushaertl
Copy link
Member

No need to backport I'd say since 7.4 is 18 only.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Items that need to be reviewed bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants