Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Galette
Galette
Commits
9bb4edff
Commit
9bb4edff
authored
Jun 26, 2022
by
Johan Cwiklinski
Browse files
Improve Pagination __isset
parent
bbeb9cde
Changes
1
Hide whitespace changes
Inline
Side-by-side
galette/lib/Galette/Core/Pagination.php
View file @
9bb4edff
...
...
@@ -422,7 +422,7 @@ abstract class Pagination
if
(
in_array
(
$name
,
$this
->
pagination_fields
))
{
return
true
;
}
return
false
;
return
property_exists
(
$this
,
$name
)
;
}
/**
...
...
Write
Preview
Supports
Markdown
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