Social forum

Problem with Backup

 
Picture of stefan ramaker
Problem with Backup
by stefan ramaker - Monday, 20 August 2007, 2:06 PM
 
Hello,

We really love this Activity, but I want to inform you, that i found a bug that makes problems in backup moodle 1.7.2 courses.

The bug is in the backuplib.php on line 59:

fwrite ($bf,full_tag("CONFIGFILE",4,false,$autoview->->configfile));

it should be

fwrite ($bf,full_tag("CONFIGFILE",4,false,$autoview->configfile));

I made this change and now the backup of courses workes fine.

Greets

Stefan from Hamburg
Picture of Tim Williams
Re: Problem with Backup
by Tim Williams - Wednesday, 22 August 2007, 9:32 AM
 
Thanks for the tweak, i'll roll that into the next release version.