mirror of
https://github.com/processwire/processwire.git
synced 2025-08-12 09:44:38 +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());
|
$table = $database->escapeTable($field->getTable());
|
||||||
$sorts = array();
|
$sorts = array();
|
||||||
|
|
||||||
if(empty($table)) return;
|
if(empty($table) || empty($schema) || $fieldtype instanceof FieldtypeFieldsetOpen) return;
|
||||||
|
|
||||||
if(empty($cols)) {
|
if(empty($cols)) {
|
||||||
// no cols specified
|
// no cols specified
|
||||||
|
Reference in New Issue
Block a user