diff options
-rw-r--r-- | lib/profilelist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/profilelist.php b/lib/profilelist.php index b17b0ac92..15ac2a6da 100644 --- a/lib/profilelist.php +++ b/lib/profilelist.php @@ -20,7 +20,7 @@ if (!defined('LACONICA')) { exit(1); } -define('PROFILES_PER_PAGE', 10); +define('PROFILES_PER_PAGE', 20); class ProfileList { |