diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-17 22:30:44 +0000 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-17 22:30:44 +0000 |
commit | 97c98cf59ace088e487e130182ff4dc99d2d408b (patch) | |
tree | 2e18088b883c2fd6940d16cad0239043bf097570 /actions/imsettings.php | |
parent | 3ce45acfa8488a050cf7d68c8e980166f56c5d43 (diff) |
Break up settings into two tabset
Made two tabsets: account and connect. Removed "Invite" from
the global nav to make room.
Diffstat (limited to 'actions/imsettings.php')
-rw-r--r-- | actions/imsettings.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/imsettings.php b/actions/imsettings.php index 3e578b307..98951ac30 100644 --- a/actions/imsettings.php +++ b/actions/imsettings.php @@ -31,7 +31,7 @@ if (!defined('LACONICA')) { exit(1); } -require_once INSTALLDIR.'/lib/settingsaction.php'; +require_once INSTALLDIR.'/lib/connectsettingsaction.php'; require_once INSTALLDIR.'/lib/jabber.php'; /** @@ -46,7 +46,7 @@ require_once INSTALLDIR.'/lib/jabber.php'; * @see SettingsAction */ -class ImsettingsAction extends SettingsAction +class ImsettingsAction extends ConnectSettingsAction { /** * Title of the page |