diff options
Diffstat (limited to 'edit_topic.php')
| -rw-r--r-- | edit_topic.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edit_topic.php b/edit_topic.php index 5795097..b027716 100644 --- a/edit_topic.php +++ b/edit_topic.php @@ -25,7 +25,7 @@ if( !$gContent->isValid() ) { die; } -$gBitSmarty->assign_by_ref( 'topic_info', $gContent->mInfo); +$gBitSmarty->assignByRef( 'topic_info', $gContent->mInfo); if( isset( $_REQUEST["fSubmitSaveTopic"] ) ) { $gContent->storeTopic( $_REQUEST ); |
