fix galleries

darcs-hash:20080704221336-84dde-910c073092eecda6ad2a62cb2aef720c8a14962b.gz
This commit is contained in:
Evan Prodromou 2008-07-04 18:13:36 -04:00
parent 885044dce5
commit 84b1f41279
1 changed files with 2 additions and 2 deletions

View File

@ -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 {