abstract declaration of GroupSection

This commit is contained in:
Mikael Nordfeldth 2015-01-10 01:46:54 +01:00
parent 51f97c7e84
commit 773441c2c5
1 changed files with 1 additions and 1 deletions

View File

@ -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 * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
* @link http://status.net/ * @link http://status.net/
*/ */
class GroupSection extends Section abstract class GroupSection extends Section
{ {
function showContent() function showContent()
{ {