aboutsummaryrefslogtreecommitdiff
path: root/mod/profile
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-01 16:00:06 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-01 16:00:06 +0000
commit5119fc6ec49f8753fa4d433785bb6c6c9c77e46a (patch)
tree2c015838abdb0c57941c017880a18d0cb40d2f7a /mod/profile
parent790a59e8790dd69355ae3f2837b32efcf54608a2 (diff)
downloadelgg-5119fc6ec49f8753fa4d433785bb6c6c9c77e46a.tar.gz
elgg-5119fc6ec49f8753fa4d433785bb6c6c9c77e46a.tar.bz2
Sanitising the profile gallery view for now
git-svn-id: https://code.elgg.org/elgg/trunk@1244 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile')
-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(