mirror of
https://github.com/processwire/processwire.git
synced 2025-08-11 17:24:46 +02:00
Accidentally left a Tracy bd() call in there, this commit removes it
This commit is contained in:
@@ -2246,7 +2246,6 @@ class PageFinder extends Wire {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$query->leftjoin("$table AS $tableAlias ON $tableAlias.pages_id=pages.id");
|
$query->leftjoin("$table AS $tableAlias ON $tableAlias.pages_id=pages.id");
|
||||||
bd("leftjoin $table as $tableAlias on $tableAlias.pages_id=pages.id");
|
|
||||||
$where .= strlen($where) ? " $whereType ($sql)" : "($sql)";
|
$where .= strlen($where) ? " $whereType ($sql)" : "($sql)";
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Reference in New Issue
Block a user