GROUPS_PER_MINILIST was undefined in profileaction.php
This commit is contained in:
parent
b24d711f55
commit
dee4ca37ab
@ -38,6 +38,9 @@ define('PROFILES_PER_PAGE', 20);
|
|||||||
define('MESSAGES_PER_PAGE', 20);
|
define('MESSAGES_PER_PAGE', 20);
|
||||||
define('GROUPS_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_SEND', 1);
|
||||||
define('FOREIGN_NOTICE_RECV', 2);
|
define('FOREIGN_NOTICE_RECV', 2);
|
||||||
define('FOREIGN_NOTICE_SEND_REPLY', 4);
|
define('FOREIGN_NOTICE_SEND_REPLY', 4);
|
||||||
|
@ -33,8 +33,6 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
|
|||||||
|
|
||||||
require_once INSTALLDIR.'/lib/grouplist.php';
|
require_once INSTALLDIR.'/lib/grouplist.php';
|
||||||
|
|
||||||
define('GROUPS_PER_MINILIST', 8);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Widget to show a list of groups, good for sidebar
|
* Widget to show a list of groups, good for sidebar
|
||||||
*
|
*
|
||||||
|
@ -29,8 +29,6 @@
|
|||||||
|
|
||||||
if (!defined('GNUSOCIAL')) { exit(1); }
|
if (!defined('GNUSOCIAL')) { exit(1); }
|
||||||
|
|
||||||
define('PROFILES_PER_MINILIST', 8);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Widget to show a list of profiles, good for sidebar
|
* Widget to show a list of profiles, good for sidebar
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user