aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-08-14 05:29:01 -0700
committerfriendica <info@friendica.com>2013-08-14 05:29:01 -0700
commitde4e4c5ebd1ab746432b21d122b5f0cfb70a9bdd (patch)
treed7403b4f1a5b37b10436e4574e52aaefb49354a9 /include/items.php
parentf287ff596cf8562cdb9290fc0a5b31b45d9100c1 (diff)
downloadvolse-hubzilla-de4e4c5ebd1ab746432b21d122b5f0cfb70a9bdd.tar.gz
volse-hubzilla-de4e4c5ebd1ab746432b21d122b5f0cfb70a9bdd.tar.bz2
volse-hubzilla-de4e4c5ebd1ab746432b21d122b5f0cfb70a9bdd.zip
typo
Diffstat (limited to 'include/items.php')
-rwxr-xr-xinclude/items.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php
index 56cb39b04..6d853323f 100755
--- a/include/items.php
+++ b/include/items.php
@@ -3192,7 +3192,7 @@ function item_expire($uid,$days) {
// Only expire posts, not photos and photo comments
- if($expire_photos==0 && $item['resource_type'] === 'photo'))
+ if($expire_photos==0 && ($item['resource_type'] === 'photo'))
continue;
if($expire_starred==0 && ($item['item_flags'] & ITEM_STARRED))
continue;