Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

Commit

Permalink
tweak to conversations in sidebar
Browse files Browse the repository at this point in the history
git-svn-id: http://code.elgg.org@6510 36083f99-b078-4883-b0ff-0f9b5a30f544
  • Loading branch information
Dave Tosh committed Jun 18, 2010
1 parent b3c4c41 commit 69d49d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion views/default/shared_access/sidebar/riverdashboard_ext.php
Expand Up @@ -21,7 +21,7 @@
}

$user = get_loggedin_user();
$limit = 5;
$limit = 100;

$collections = elgg_get_entities_from_relationship(array('relationship' => 'shared_access_member', 'relationship_guid' => $user->getGUID(), 'inverse_relationship' => FALSE, 'limit' => $limit));

Expand Down
2 changes: 1 addition & 1 deletion views/default/shared_access/sidebar/thewire_ext.php
Expand Up @@ -20,7 +20,7 @@
}

$user = get_loggedin_user();
$limit = 5;
$limit = 100;

$collections = elgg_get_entities_from_relationship(array('relationship' => 'shared_access_member', 'relationship_guid' => $user->getGUID(), 'inverse_relationship' => FALSE, 'limit' => $limit));

Expand Down

0 comments on commit 69d49d7

Please sign in to comment.