Skip to content

Commit 235b89e

Browse files
検索調整
1 parent 242cd28 commit 235b89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Frontend/related-viewer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ function CountSteps($pathFrom, $pathTo){
201201
function SelectDifferentDirectoryContents($suggestions, $currentContentPath){
202202
foreach($suggestions as $i => $suggestion){
203203
$steps = CountSteps($suggestion['id'], $currentContentPath);
204-
if($steps !== false && $steps < 5){
204+
if($steps !== false && $steps < 4){
205205
unset($suggestions[$i]);
206206
}
207207
}

0 commit comments

Comments
 (0)