Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 95c0da5

Browse files
author
Charles Marion
committed
BUG: fixed recent viewed item
1 parent 67386b7 commit 95c0da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/controllers/ItemController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function viewAction()
6262
continue;
6363
}
6464
$i++;
65-
if($i > 10)
65+
if($i > 4)
6666
{
6767
unset($tmp[$key]);
6868
}

0 commit comments

Comments
 (0)