Skip to content

Commit

Permalink
Update Ajax.php
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdraconian committed Nov 10, 2021
1 parent 2aa917a commit fd260ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/Ajax.php
Expand Up @@ -357,7 +357,7 @@ protected function callLinkwiz() {

// If 'useheading' option is 'always' or 'content',
// search page titles with original query as well.
if ($conf['useheading'] === '1' || $conf['useheading'] === 'content') {
if ($conf['useheading'] == '1' || $conf['useheading'] == 'content') {
$pages = array_merge($pages, ft_pageLookup($q, true, true));
asort($pages, SORT_STRING);
}
Expand Down

0 comments on commit fd260ed

Please sign in to comment.