Skip to content

Commit

Permalink
Fix syntax error. Which actually wasn't a syntax error.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Nov 20, 2014
1 parent 04ad9d0 commit 8f52693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/lib/Basic/Thread.php
Expand Up @@ -142,7 +142,7 @@ protected function _init()
}

/* Flag messages as seen. */
$imp_indices>flag(array(Horde_Imap_Client::FLAG_SEEN));
$imp_indices->flag(array(Horde_Imap_Client::FLAG_SEEN));

$view = new Horde_View(array(
'templatePath' => IMP_TEMPLATES . '/thread'
Expand Down

0 comments on commit 8f52693

Please sign in to comment.