From 773441c2c51260a37b05d90d352ee37da264cbc6 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Sat, 10 Jan 2015 01:46:54 +0100 Subject: [PATCH] abstract declaration of GroupSection --- lib/groupsection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/groupsection.php b/lib/groupsection.php index d20da4ddc8..fa648f5062 100644 --- a/lib/groupsection.php +++ b/lib/groupsection.php @@ -45,7 +45,7 @@ define('GROUPS_PER_SECTION', 6); * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ -class GroupSection extends Section +abstract class GroupSection extends Section { function showContent() {