typo
This commit is contained in:
parent
f287ff596c
commit
de4e4c5ebd
@ -3192,7 +3192,7 @@ function item_expire($uid,$days) {
|
|||||||
|
|
||||||
// Only expire posts, not photos and photo comments
|
// 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;
|
continue;
|
||||||
if($expire_starred==0 && ($item['item_flags'] & ITEM_STARRED))
|
if($expire_starred==0 && ($item['item_flags'] & ITEM_STARRED))
|
||||||
continue;
|
continue;
|
||||||
|
Reference in New Issue
Block a user