Loading sources/site2.php +1 −1 Original line number Diff line number Diff line Loading @@ -301,7 +301,7 @@ function page_not_found($codename, $zone) $dist = 0.0; similar_text($from, $to, $dist); $threshold = 75.0; if (($dist > $threshold) && (has_page_access(get_member(), $codename, $zone))) { if (($dist > $threshold) && (has_page_access(get_member(), $possibility, $zone))) { $did_mean[$dist] = $possibility; } } Loading Loading
sources/site2.php +1 −1 Original line number Diff line number Diff line Loading @@ -301,7 +301,7 @@ function page_not_found($codename, $zone) $dist = 0.0; similar_text($from, $to, $dist); $threshold = 75.0; if (($dist > $threshold) && (has_page_access(get_member(), $codename, $zone))) { if (($dist > $threshold) && (has_page_access(get_member(), $possibility, $zone))) { $did_mean[$dist] = $possibility; } } Loading