diff options
author | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-04-02 14:02:08 +0000 |
---|---|---|
committer | dave <dave@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-04-02 14:02:08 +0000 |
commit | 39e084331ddfcccefc09cdc40ef9fb8e41626e7d (patch) | |
tree | f261d45cb23070e84cbed08aa6de073fc3bf66c5 /mod/profile/views | |
parent | 17523f9ea23bb6a7e6fde28c6cb693ab4bef27b5 (diff) | |
download | elgg-39e084331ddfcccefc09cdc40ef9fb8e41626e7d.tar.gz elgg-39e084331ddfcccefc09cdc40ef9fb8e41626e7d.tar.bz2 |
limit set for profile river
git-svn-id: http://code.elgg.org/elgg/trunk@5578 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/profile/views')
-rwxr-xr-x | mod/profile/views/default/profile/profile_contents/activity.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/profile/views/default/profile/profile_contents/activity.php b/mod/profile/views/default/profile/profile_contents/activity.php index c767d5ad7..0184816e0 100755 --- a/mod/profile/views/default/profile/profile_contents/activity.php +++ b/mod/profile/views/default/profile/profile_contents/activity.php @@ -3,6 +3,7 @@ * Elgg user display (details) * @uses $vars['entity'] The user entity */ + $limit = 20; ?> <div id="profile_content"> <?php |