diff options
Diffstat (limited to 'compose.php')
| -rw-r--r-- | compose.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compose.php b/compose.php index 6da0c87..6a9d1c9 100644 --- a/compose.php +++ b/compose.php @@ -70,7 +70,7 @@ $gBitSmarty->assign('priority', $_REQUEST['priority']); $gBitSmarty->assign('sent', 0); $feedback = array(); -$gBitSmarty->assign_by_ref( 'feedback', $feedback ); +$gBitSmarty->assignByRef( 'feedback', $feedback ); if (isset($_REQUEST['replyto']) || isset($_REQUEST['replyallto'])) { $flagHash = array( |
