From de4e4c5ebd1ab746432b21d122b5f0cfb70a9bdd Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 14 Aug 2013 05:29:01 -0700 Subject: typo --- include/items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3