|
@@ -322,7 +322,7 @@ function ssi_fetchPosts($post_ids = array(), $override_permissions = false, $out
|
|
|
);
|
|
|
|
|
|
|
|
|
- return ssi_queryPosts($query_where, $query_where_params, '', 'm.id_msg DESC', $output_method);
|
|
|
+ return ssi_queryPosts($query_where, $query_where_params, '', 'm.id_msg DESC', $output_method, false, $override_permissions);
|
|
|
}
|
|
|
|
|
|
|
|
@@ -2019,4 +2019,4 @@ function ssi_recentAttachments($num_attachments = 10, $attachment_ext = array(),
|
|
|
</table>';
|
|
|
}
|
|
|
|
|
|
-?>
|
|
|
+?>
|