]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/groupminilist.php
correctly show the blog content for blog entries
[quix0rs-gnu-social.git] / lib / groupminilist.php
index 9007b4fb0e1a462c0dd9b3a0c2bfb32ad0c9ec31..8e3d2a70ce0bde59327f0b9ae654429c9ebb09ac 100644 (file)
  * @link      http://status.net/
  */
 
-if (!defined('LACONICA')) {
+if (!defined('STATUSNET') && !defined('LACONICA')) {
     exit(1);
 }
 
 require_once INSTALLDIR.'/lib/grouplist.php';
 
-define('GROUPS_PER_MINILIST', 27);
+define('GROUPS_PER_MINILIST', 8);
 
 /**
  * Widget to show a list of groups, good for sidebar
@@ -44,7 +44,6 @@ define('GROUPS_PER_MINILIST', 27);
  * @license  http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
  * @link     http://status.net/
  */
-
 class GroupMiniList extends GroupList
 {
     function show()