From: Mikael Nordfeldth Date: Sat, 10 Jan 2015 00:46:54 +0000 (+0100) Subject: abstract declaration of GroupSection X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=773441c2c51260a37b05d90d352ee37da264cbc6;p=quix0rs-gnu-social.git abstract declaration of GroupSection --- 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() {