diff options
Diffstat (limited to 'templates/show_preference_admin.inc.php')
-rw-r--r-- | templates/show_preference_admin.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_preference_admin.inc.php b/templates/show_preference_admin.inc.php index 03057ea7..e4388a12 100644 --- a/templates/show_preference_admin.inc.php +++ b/templates/show_preference_admin.inc.php @@ -22,7 +22,7 @@ show_box_top(T_('Preference Administration')); ?> -<form method="post" action="<?php echo conf('web_path'); ?>/admin/preferences.php" enctype="multipart/form-data"> +<form method="post" action="<?php echo Config::get('web_path'); ?>/admin/preferences.php" enctype="multipart/form-data"> <table class="tabledata" cellpadding="0" cellspacing="0"> <colgroup> <col id="col_preference" /> |