Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
eb11ed18
Unverified
Commit
eb11ed18
authored
Apr 28, 2016
by
Roeland Jago Douma
Browse files
Make ownCloud work again in php 7.0.6
See
https://bugs.php.net/bug.php?id=72117
parent
ba0099f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/private/AppFramework/Http/Request.php
View file @
eb11ed18
...
...
@@ -271,6 +271,9 @@ class Request implements \ArrayAccess, \Countable, IRequest {
* @return bool
*/
public
function
__isset
(
$name
)
{
if
(
in_array
(
$name
,
$this
->
allowedKeys
,
true
))
{
return
true
;
}
return
isset
(
$this
->
items
[
'parameters'
][
$name
]);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment