summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-07-04 18:13:36 -0400
committerEvan Prodromou <evan@prodromou.name>2008-07-04 18:13:36 -0400
commit84b1f41279fb7259c206047ff965977935137e35 (patch)
tree28c5db89297e8d3a15dcd1caad7dd3d4dccb045b /lib
parent885044dce55582d557b8dd0a1d855a767bc6dcec (diff)
fix galleries
darcs-hash:20080704221336-84dde-910c073092eecda6ad2a62cb2aef720c8a14962b.gz
Diffstat (limited to 'lib')
-rw-r--r--lib/gallery.php4
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 {