aboutsummaryrefslogtreecommitdiff
path: root/mod
diff options
context:
space:
mode:
Diffstat (limited to 'mod')
-rw-r--r--mod/profile/views/default/profile/gallery.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/profile/views/default/profile/gallery.php b/mod/profile/views/default/profile/gallery.php
index 62b6d9ac4..e2fc477c7 100644
--- a/mod/profile/views/default/profile/gallery.php
+++ b/mod/profile/views/default/profile/gallery.php
@@ -13,13 +13,13 @@
*/
//grab the users status message with metadata 'state' set to current if it exists
- if($get_status = get_entities_from_metadata("state", "current", "object", "status", $vars['entity']->guid)){
+/* if($get_status = get_entities_from_metadata("state", "current", "object", "status", $vars['entity']->guid)){
foreach($get_status as $s) {
$info = elgg_view("status/friends_view", array('entity' => $s));
}
- }
+ } */
$icon = elgg_view(