aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/items.php')
-rwxr-xr-xinclude/items.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php
index c067d3c1e..b1a0dacdf 100755
--- a/include/items.php
+++ b/include/items.php
@@ -4389,7 +4389,6 @@ function first_post_date($uid,$wall = false) {
$r = q("select id, created from item
where uid = %d and id = parent $item_normal $wall_sql
order by created asc limit 1",
- intval(ITEM_VISIBLE),
intval($uid)
);