X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FGNUsocialProfileExtensions%2FGNUsocialProfileExtensionsPlugin.php;h=bfdcf3e42db05315c2be9c9d8122db1703e2097f;hb=de55d8f83bb2ecf9461510768fe7147aec592055;hp=e6c961f86528960da44bcee2dfcbc170a6e48e86;hpb=b6cfcfbcaa0459b39c5d581c103bfa031b2e02cd;p=quix0rs-gnu-social.git diff --git a/plugins/GNUsocialProfileExtensions/GNUsocialProfileExtensionsPlugin.php b/plugins/GNUsocialProfileExtensions/GNUsocialProfileExtensionsPlugin.php index e6c961f865..bfdcf3e42d 100644 --- a/plugins/GNUsocialProfileExtensions/GNUsocialProfileExtensionsPlugin.php +++ b/plugins/GNUsocialProfileExtensions/GNUsocialProfileExtensionsPlugin.php @@ -30,32 +30,11 @@ if (!defined('STATUSNET')) { exit(1); } +include_once $dir . '/lib/profiletools.php'; + class GNUsocialProfileExtensionsPlugin extends Plugin { - function onAutoload($cls) - { - $dir = dirname(__FILE__); - - switch ($cls) - { - case 'BioAction': - case 'NewresponseAction': - include_once $dir . '/actions/' . strtolower(mb_substr($cls, 0, -6)) . '.php'; - break; - case 'ProfilefieldsAdminPanelAction': - include_once $dir . '/actions/' . strtolower(mb_substr($cls, 0, -16)) . '.php'; - break; - default: - break; - } - include_once $dir . '/classes/GNUsocialProfileExtensionField.php'; - include_once $dir . '/classes/GNUsocialProfileExtensionResponse.php'; - include_once $dir . '/lib/profiletools.php'; - include_once $dir . '/lib/noticetree.php'; - return true; - } - function onCheckSchema() { $schema = Schema::get();