X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Foauthappssettings.php;h=29e6d5607333e9e3d17fd2ab21316df45c927339;hb=bf94154c96961a2634881799fb9d2dd0039d2d82;hp=c93a0a1580a158a718ef84efd0dd68f115229d61;hpb=707dd44f6baa523e1187ff070ad102f96d168385;p=quix0rs-gnu-social.git diff --git a/actions/oauthappssettings.php b/actions/oauthappssettings.php index c93a0a1580..29e6d56073 100644 --- a/actions/oauthappssettings.php +++ b/actions/oauthappssettings.php @@ -32,7 +32,6 @@ if (!defined('STATUSNET') && !defined('LACONICA')) { } require_once INSTALLDIR . '/lib/applicationlist.php'; -require_once INSTALLDIR . '/lib/statusnetoauthstore.php'; /** * Show a user's registered OAuth applications @@ -58,7 +57,6 @@ class OauthappssettingsAction extends SettingsAction if (!common_logged_in()) { // TRANS: Message displayed to an anonymous user trying to view OAuth application list. $this->clientError(_('You must be logged in to list your applications.')); - return false; } return true;