Update version

This commit is contained in:
Dan 2025-03-28 13:30:37 +07:00
commit 1e641b6043
3 changed files with 3 additions and 2 deletions

View file

@ -1676,6 +1676,7 @@ function get_recent($filter, $var, $count = null, $custom = null)
} else {
if ($filter == 'profile') {
$posts = get_profile_posts($var, 1, $count);
if ($posts) $posts = $posts[0];
} elseif ($filter == 'category') {
$posts = get_category($var, 1, $count);
if ($posts) $posts = $posts[0];