diff options
author | friendica <info@friendica.com> | 2013-08-14 05:29:01 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-08-14 05:29:01 -0700 |
commit | de4e4c5ebd1ab746432b21d122b5f0cfb70a9bdd (patch) | |
tree | d7403b4f1a5b37b10436e4574e52aaefb49354a9 | |
parent | f287ff596cf8562cdb9290fc0a5b31b45d9100c1 (diff) | |
download | volse-hubzilla-de4e4c5ebd1ab746432b21d122b5f0cfb70a9bdd.tar.gz volse-hubzilla-de4e4c5ebd1ab746432b21d122b5f0cfb70a9bdd.tar.bz2 volse-hubzilla-de4e4c5ebd1ab746432b21d122b5f0cfb70a9bdd.zip |
typo
-rwxr-xr-x | include/items.php | 2 |
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; |