diff options
| author | lsces <lester@lsces.co.uk> | 2026-03-09 20:21:12 +0000 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2026-03-09 20:21:12 +0000 |
| commit | f0e03115d345cf3497ae2804d09037bcf9f32aff (patch) | |
| tree | 5e56d5d3e7e48818ea69c510d4cfede1bd3b0ed3 /edit_topic.php | |
| parent | 0b7bc39d45c39f36e13e704ac126f9246a9be62f (diff) | |
| download | articles-f0e03115d345cf3497ae2804d09037bcf9f32aff.tar.gz articles-f0e03115d345cf3497ae2804d09037bcf9f32aff.tar.bz2 articles-f0e03115d345cf3497ae2804d09037bcf9f32aff.zip | |
I had forgotten that the medw site has a lot of articles which have not been displayed recently, so have applied all the Smarty5 and PHP8.4 fixes on mass which gets displaying and editing working, but the list function is currently broken
Diffstat (limited to 'edit_topic.php')
| -rwxr-xr-x | edit_topic.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edit_topic.php b/edit_topic.php index a239372..33e9698 100755 --- a/edit_topic.php +++ b/edit_topic.php @@ -25,7 +25,7 @@ if( !$gContent->isValid() ) { die; } -$gBitSmarty->assignByRef( 'topic_info', $gContent->mInfo); +$gBitSmarty->assign( 'topic_info', $gContent->mInfo); if( isset( $_REQUEST["fSubmitSaveTopic"] ) ) { $gContent->storeTopic( $_REQUEST ); |
