Skip to content

Commit

Permalink
Bugfix in dbSearchItemLists() (typo).
Browse files Browse the repository at this point in the history
  • Loading branch information
arnemorken committed Mar 25, 2024
1 parent 229f0c4 commit 4ab9186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/mysql/anyTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ protected function dbSearchItemLists($grouping)
return false;
}
// Search through all registered link types/tables
if (isset($this->mLinkType)) {
if (isset($this->mLinkTypes)) {
foreach ($this->mLinkTypes as $i => $link_type)
$this->dbSearchItemListOfType($link_type,$grouping);
}
Expand Down

0 comments on commit 4ab9186

Please sign in to comment.