1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-11 17:24:46 +02:00
This commit is contained in:
Ryan Cramer
2021-11-30 10:10:08 -05:00
parent b8fa751b6b
commit 73422a9649

View File

@@ -667,7 +667,7 @@ class PagesRawFinder extends Wire {
$table = $database->escapeTable($field->getTable());
$sorts = array();
if(empty($table)) return;
if(empty($table) || empty($schema) || $fieldtype instanceof FieldtypeFieldsetOpen) return;
if(empty($cols)) {
// no cols specified