mirror of
https://github.com/getgrav/grav.git
synced 2026-05-06 11:37:12 +02:00
🐛 Fix typo
This commit is contained in:
@@ -930,7 +930,7 @@ class Pages
|
||||
$header_default = null;
|
||||
$header_query = null;
|
||||
|
||||
// do this headery query work only once
|
||||
// do this header query work only once
|
||||
if (strpos($order_by, 'header.') === 0) {
|
||||
$header_query = explode('|', str_replace('header.', '', $order_by));
|
||||
if (isset($header_query[1])) {
|
||||
|
||||
Reference in New Issue
Block a user