From 88b20de8622315fd1c1576df785883c9b4565dd8 Mon Sep 17 00:00:00 2001 From: stronk7 <stronk7> Date: Fri, 6 Jun 2003 19:43:10 +0000 Subject: [PATCH] Small typoooooo ;-) --- backup/mod/forum/backuplib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/mod/forum/backuplib.php b/backup/mod/forum/backuplib.php index 4ffafff4de..42e6fcb3a3 100644 --- a/backup/mod/forum/backuplib.php +++ b/backup/mod/forum/backuplib.php @@ -48,7 +48,7 @@ fwrite ($bf,full_tag("MODTYPE",4,false,"forum")); fwrite ($bf,full_tag("TYPE",4,false,$forum->type)); fwrite ($bf,full_tag("NAME",4,false,$forum->name)); - fwrite ($bf,full_tag("INTRO",4,false,$forum->introo)); + fwrite ($bf,full_tag("INTRO",4,false,$forum->intro)); fwrite ($bf,full_tag("OPEN",4,false,$forum->open)); fwrite ($bf,full_tag("ASSESSED",4,false,$forum->assessed)); fwrite ($bf,full_tag("FORCESUBSCRIBE",4,false,$forum->forcesubscribe)); -- 2.39.5