Switch Twitter bridge settings page to be a ProfileSettingsAction, as ConnectSettingsAction is gone

This commit is contained in:
Brion Vibber 2011-02-28 12:22:21 -08:00
parent 8cdf8cf33e
commit babdc430f9
1 changed files with 1 additions and 2 deletions

View File

@ -31,7 +31,6 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
exit(1); exit(1);
} }
require_once INSTALLDIR . '/lib/connectsettingsaction.php';
require_once INSTALLDIR . '/plugins/TwitterBridge/twitter.php'; require_once INSTALLDIR . '/plugins/TwitterBridge/twitter.php';
/** /**
@ -45,7 +44,7 @@ require_once INSTALLDIR . '/plugins/TwitterBridge/twitter.php';
* *
* @see SettingsAction * @see SettingsAction
*/ */
class TwittersettingsAction extends SettingsAction class TwittersettingsAction extends ProfileSettingsAction
{ {
/** /**
* Title of the page * Title of the page