X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fgroupsection.php;h=7327f9e1a06610b34dba5b87a8fca55e03be685e;hb=bd6571c2e17939b21e01afd3772acb5cebbbadfe;hp=203ac3cb20754de56db50eab64c90486700fae9d;hpb=d35b2d3f3c2128b147a6fa897032262c1f632262;p=quix0rs-gnu-social.git diff --git a/lib/groupsection.php b/lib/groupsection.php index 203ac3cb20..7327f9e1a0 100644 --- a/lib/groupsection.php +++ b/lib/groupsection.php @@ -21,13 +21,13 @@ * * @category Widget * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @copyright 2009 StatusNet, Inc. * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ -if (!defined('LACONICA')) { +if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); } @@ -41,7 +41,7 @@ define('GROUPS_PER_SECTION', 6); * * @category Widget * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */