mirror of
https://github.com/getgrav/grav.git
synced 2026-03-24 21:40:08 +01:00
PHP 7.4 fix for #2750
This commit is contained in:
@@ -1263,7 +1263,7 @@ class Pages
|
||||
{
|
||||
$list = [];
|
||||
$header_default = null;
|
||||
$header_query = null;
|
||||
$header_query = [];
|
||||
|
||||
// do this header query work only once
|
||||
if (strpos($order_by, 'header.') === 0) {
|
||||
|
||||
Reference in New Issue
Block a user