diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-04 18:13:36 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-04 18:13:36 -0400 |
commit | 84b1f41279fb7259c206047ff965977935137e35 (patch) | |
tree | 28c5db89297e8d3a15dcd1caad7dd3d4dccb045b | |
parent | 885044dce55582d557b8dd0a1d855a767bc6dcec (diff) |
fix galleries
darcs-hash:20080704221336-84dde-910c073092eecda6ad2a62cb2aef720c8a14962b.gz
-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 { |