X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FAccountManager%2FAccountManagerPlugin.php;h=a4ddc747ca7ca31fa7af1d5ab51c283e1b783a18;hb=de55d8f83bb2ecf9461510768fe7147aec592055;hp=3b399af8c8fdf11ac73c9ecf19e52fdca8af624c;hpb=b6cfcfbcaa0459b39c5d581c103bfa031b2e02cd;p=quix0rs-gnu-social.git diff --git a/plugins/AccountManager/AccountManagerPlugin.php b/plugins/AccountManager/AccountManagerPlugin.php index 3b399af8c8..a4ddc747ca 100644 --- a/plugins/AccountManager/AccountManagerPlugin.php +++ b/plugins/AccountManager/AccountManagerPlugin.php @@ -40,19 +40,6 @@ class AccountManagerPlugin extends Plugin parent::__construct(); } - function onAutoload($cls) - { - switch ($cls) - { - case 'AccountManagementControlDocumentAction': - require_once(INSTALLDIR.'/plugins/AccountManager/AccountManagementControlDocumentAction.php'); - return false; - case 'AccountManagementSessionStatusAction': - require_once(INSTALLDIR.'/plugins/AccountManager/AccountManagementSessionStatusAction.php'); - return false; - } - } - /** * Hook for RouterInitialized event. *