]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
GROUPS_PER_MINILIST was undefined in profileaction.php
authorMikael Nordfeldth <mmn@hethane.se>
Fri, 5 Jun 2015 12:07:03 +0000 (14:07 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Fri, 5 Jun 2015 12:07:03 +0000 (14:07 +0200)
lib/framework.php
lib/groupminilist.php
lib/profileminilist.php

index 5e66e1ae6f47b1baf092189d4912a96cf4d94a47..da43297d1050222d0ec1b42f10ee33d601b44663 100644 (file)
@@ -38,6 +38,9 @@ define('PROFILES_PER_PAGE', 20);
 define('MESSAGES_PER_PAGE', 20);
 define('GROUPS_PER_PAGE', 20);
 
+define('GROUPS_PER_MINILIST', 8);
+define('PROFILES_PER_MINILIST', 8);
+
 define('FOREIGN_NOTICE_SEND', 1);
 define('FOREIGN_NOTICE_RECV', 2);
 define('FOREIGN_NOTICE_SEND_REPLY', 4);
index ca7f8775c60dd0d2895868091be29e237d2c963e..8212b81b17965f57e2dbd31f6ef86c721b9b300b 100644 (file)
@@ -33,8 +33,6 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
 
 require_once INSTALLDIR.'/lib/grouplist.php';
 
-define('GROUPS_PER_MINILIST', 8);
-
 /**
  * Widget to show a list of groups, good for sidebar
  *
index 4f4748722055aca1ebb555f60e601f7d0b23c634..d2997d12de55cad30aa1a64d40a64b75570ae413 100644 (file)
@@ -29,8 +29,6 @@
 
 if (!defined('GNUSOCIAL')) { exit(1); }
 
-define('PROFILES_PER_MINILIST', 8);
-
 /**
  * Widget to show a list of profiles, good for sidebar
  *