🐛 Fix typo

This commit is contained in:
Flavio Copes
2016-01-28 13:51:07 +01:00
parent d440739b8b
commit 4854c72cbb

View File

@@ -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])) {