diff options
Diffstat (limited to 'lib/gallery.php')
-rw-r--r-- | lib/gallery.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gallery.php b/lib/gallery.php index f227c93d2..c6a4956f8 100644 --- a/lib/gallery.php +++ b/lib/gallery.php @@ -19,9 +19,9 @@ if (!defined('LACONICA')) { exit(1); } -# 9x9 +# 10x8 -define('AVATARS_PER_PAGE', 81); +define('AVATARS_PER_PAGE', 80); class GalleryAction extends Action { |