summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/settings
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-01-04 10:38:18 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-01-04 10:38:18 +0000
commit86e6aeaa48495686069e724b7a4c664256eccf56 (patch)
tree1c4e5e1c61aa37f8040801b4654a01da2e2b46b7 /roundcubemail/program/steps/settings
parent8104921a9ac489b8e575eaa49db225612d7bbd62 (diff)
- Fix typo
git-svn-id: https://svn.roundcube.net/trunk@4387 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/settings')
-rw-r--r--roundcubemail/program/steps/settings/edit_folder.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/settings/edit_folder.inc b/roundcubemail/program/steps/settings/edit_folder.inc
index 4538a5103..ca07b04bc 100644
--- a/roundcubemail/program/steps/settings/edit_folder.inc
+++ b/roundcubemail/program/steps/settings/edit_folder.inc
@@ -248,7 +248,7 @@ function rcmail_get_form_part($form)
$content = $table->show();
}
else {
- $content = $tag['content'];
+ $content = $form['content'];
}
return $content;