summaryrefslogtreecommitdiff
path: root/actions/othersettings.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-01-17 22:30:44 +0000
committerEvan Prodromou <evan@controlyourself.ca>2009-01-17 22:30:44 +0000
commit97c98cf59ace088e487e130182ff4dc99d2d408b (patch)
tree2e18088b883c2fd6940d16cad0239043bf097570 /actions/othersettings.php
parent3ce45acfa8488a050cf7d68c8e980166f56c5d43 (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/othersettings.php')
-rw-r--r--actions/othersettings.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/othersettings.php b/actions/othersettings.php
index 51f6f8197..a7664d74e 100644
--- a/actions/othersettings.php
+++ b/actions/othersettings.php
@@ -19,9 +19,9 @@
if (!defined('LACONICA')) { exit(1); }
-require_once(INSTALLDIR.'/lib/settingsaction.php');
+require_once(INSTALLDIR.'/lib/accountsettingsaction.php');
-class OthersettingsAction extends SettingsAction
+class OthersettingsAction extends AccountSettingsAction
{
function get_instructions()