mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-06 19:42:41 +00:00
parent
3c48552f81
commit
f4c27e04bc
2 changed files with 21 additions and 1 deletions
|
@ -333,7 +333,7 @@ class PaginatorComponent extends Component {
|
|||
$options['order'] = array($options['sort'] => $direction);
|
||||
}
|
||||
|
||||
if (!empty($whitelist)) {
|
||||
if (!empty($whitelist) && isset($options['order']) && is_array($options['order'])) {
|
||||
$field = key($options['order']);
|
||||
if (!in_array($field, $whitelist)) {
|
||||
$options['order'] = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue