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
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