]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Removed pagination from friends widget
authorTeam Webgalli <webgalli@gmail.com>
Fri, 27 Jan 2012 12:20:24 +0000 (17:50 +0530)
committerCash Costello <cash.costello@gmail.com>
Fri, 3 Feb 2012 12:12:18 +0000 (07:12 -0500)
views/default/widgets/friends/content.php

index bb5bd7a8d7abc54d6772d118310f5785eaee519f..98814c2441dc00c5107baae55385a8e152db8f68 100644 (file)
@@ -17,6 +17,7 @@ if (elgg_instanceof($owner, 'user')) {
        $html = $owner->listFriends('', $num, array(
                'size' => $size,
                'list_type' => 'gallery',
+               'pagination' => false
        ));
        if ($html) {
                echo $html;