diff --git a/include/items.php b/include/items.php index 708fd81216..2eecadad10 100755 --- a/include/items.php +++ b/include/items.php @@ -2936,6 +2936,11 @@ function item_expire($uid,$days) { foreach($r as $item) { + // don't expire filed items + + if(strpos($item['file'],'[') !== false) + continue; + // Only expire posts, not photos and photo comments if($expire_photos==0 && strlen($item['resource-id'])) diff --git a/mod/photos.php b/mod/photos.php index b294f0a666..2a808cb41d 100755 --- a/mod/photos.php +++ b/mod/photos.php @@ -38,21 +38,22 @@ function photos_init(&$a) { $o .= '
' . $a->data['user']['username'] . '
'; $o .= ''; - $o .= '