Skip to content

Commit

Permalink
Merge pull request #6395 from toebu/patch-1
Browse files Browse the repository at this point in the history
Update searches.php: Fixing panel search when uuids are disabled
  • Loading branch information
bastianallgeier committed Apr 23, 2024
2 parents 6fb59f0 + f8000c2 commit 0077473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/areas/site/searches.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
'text' => Escape::html($page->title()->value()),
'link' => $page->panel()->url(true),
'info' => Escape::html($page->id()),
'uuid' => $page->uuid()->toString(),
'uuid' => $page->uuid()?->toString(),
]),
'pagination' => $pages->pagination()->toArray()
];
Expand Down

0 comments on commit 0077473

Please sign in to comment.