summaryrefslogtreecommitdiff
path: root/httemplate/pref
diff options
context:
space:
mode:
authorivan <ivan>2009-03-25 09:36:02 +0000
committerivan <ivan>2009-03-25 09:36:02 +0000
commit023d94dfecafde35f4cc99a8412666b3fe98202d (patch)
tree172451db3522798418082a87bb85e4e1311dadc3 /httemplate/pref
parent4b98dc4f89496db2ecf56ac8b968baff6cc3f774 (diff)
we're defaulting to a top menu in 1.9
Diffstat (limited to 'httemplate/pref')
-rw-r--r--httemplate/pref/pref.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html
index 57e22b345..1f4edf2cb 100644
--- a/httemplate/pref/pref.html
+++ b/httemplate/pref/pref.html
@@ -114,7 +114,7 @@ Vonage integration (see <a href="https://secure.click2callu.com/">Click2Call</a>
my $curuser = $FS::CurrentUser::CurrentUser;
# XSS via your own preferences? seems unlikely, but nice try anyway...
-( $curuser->option('menu_position') || 'left' )
+( $curuser->option('menu_position') || 'top' )
=~ /^(\w+)$/ or die "illegal menu_position";
my $menu_position = $1;
( $curuser->option('email_address') )