summaryrefslogtreecommitdiff
path: root/program/steps/settings/manage_folders.inc
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2006-08-11 21:11:15 +0000
committerthomascube <thomas@roundcube.net>2006-08-11 21:11:15 +0000
commitc39957ca1779697045818b3cae9e7cf0b551fb3a (patch)
treeb3c27aeb08834875a044d5e470af311fc9f0b1d5 /program/steps/settings/manage_folders.inc
parent64009eb8495a9bc8855fd43846777a38dc5cdcc5 (diff)
More encoding issues; enhanced debugging functions
Diffstat (limited to 'program/steps/settings/manage_folders.inc')
-rw-r--r--program/steps/settings/manage_folders.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/settings/manage_folders.inc b/program/steps/settings/manage_folders.inc
index 2fbc780ca..af0c829ef 100644
--- a/program/steps/settings/manage_folders.inc
+++ b/program/steps/settings/manage_folders.inc
@@ -74,7 +74,7 @@ else if ($_action=='rename-folder')
if ($rename && $REMOTE_REQUEST)
{
$commands = sprintf("this.replace_folder_row('%s','%s','%s');",
- rep_specialchars_output($_GET['_folder_oldname'], 'js'),
+ rep_specialchars_output(get_input_value('_folder_oldname', RCUBE_INPUT_GET), 'js'),
rep_specialchars_output($rename, 'js'),
rep_specialchars_output(rcube_charset_convert($rename, 'UTF-7'), 'js'));