mirror of
https://github.com/processwire/processwire.git
synced 2025-08-11 17:24:46 +02:00
Fix issue processwire/processwire-issues#1471
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user