X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fauthorizationplugin.php;h=dda604addd8a0b2b04244476866fea3b18607fe3;hb=faa12e63c0c7640afc47fa527a1cfa1a7091d4d0;hp=d71f77243537d0d34a76f50a7557f2418800833c;hpb=7f3b3620af2af88ced37da1d9f8913cfd1a31b90;p=quix0rs-gnu-social.git diff --git a/lib/authorizationplugin.php b/lib/authorizationplugin.php index d71f772435..dda604addd 100644 --- a/lib/authorizationplugin.php +++ b/lib/authorizationplugin.php @@ -40,7 +40,6 @@ if (!defined('STATUSNET') && !defined('LACONICA')) { * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ - abstract class AuthorizationPlugin extends Plugin { //is this plugin authoritative for authorization? @@ -103,4 +102,3 @@ abstract class AuthorizationPlugin extends Plugin } } } -