summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2007-10-18 09:10:35 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2007-10-18 09:10:35 +0000
commitd50abe55e1fd41f01dbb728ac6e433db613564b9 (patch)
tree1fe5a1f57e3e7a9d6bf14e588dcf6b7fb1d87513
parentb4c3687d0c1b09b17e8016560ae7efa4dfa2e7e8 (diff)
Fixed syntax typo
git-svn-id: https://svn.roundcube.net/trunk@884 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/program/steps/mail/get.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/mail/get.inc b/roundcubemail/program/steps/mail/get.inc
index f245296ae..880baa38b 100644
--- a/roundcubemail/program/steps/mail/get.inc
+++ b/roundcubemail/program/steps/mail/get.inc
@@ -55,7 +55,7 @@ if ($_GET['_frame'])
else if ($pid = get_input_value('_part', RCUBE_INPUT_GET))
{
- if ($part = $MESSAGE['parts'][$pid]);
+ if ($part = $MESSAGE['parts'][$pid])
{
$ctype_primary = strtolower($part->ctype_primary);
$ctype_secondary = strtolower($part->ctype_secondary);