moodle/backup
Neill Magill 31c62848f0 MDL-55617 backup: Possible fatal errors in backup and restore
The unserialize() function will not always return an object
especially when as can happen the controller field of a
record in the backup_controllers table is empty.

This change ensures that in this case the script will
not cause a fatal error, but instead throw an error.
2016-09-01 08:51:25 +01:00
..
cc MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
controller MDL-54205 backup: loggers close() and destroy() 2016-05-13 01:54:28 +02:00
converter MDL-55091 phpunit: Following has been deprecated. 2016-07-26 10:11:30 +08:00
moodle2 Merge branch 'MDL-54769-master' of git://github.com/marinaglancy/moodle 2016-06-06 23:56:25 +02:00
util MDL-55617 backup: Possible fatal errors in backup and restore 2016-09-01 08:51:25 +01:00
backup.class.php MDL-54676 backup: Bump release to 3.2 2016-05-23 00:23:31 +02:00
backup.php MDL-52940 core_backup: prevent always displaying logs 2016-02-01 12:43:53 +08:00
backupfilesedit.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
backupfilesedit_form.php MDL-40816 backup: code cleanup on the manage backups form 2013-07-22 18:15:07 +08:00
import.php Merge branch 'MDL-41644' of git://github.com/apsdehal/moodle 2014-02-12 09:24:06 +13:00
log.php MDL-34469 - lib - replacement of the deprecated get_context_instance and get_context_by_id functions (group 15) 2012-07-30 14:59:57 +08:00
restore.php MDL-52940 core_backup: prevent always displaying logs 2016-02-01 12:43:53 +08:00
restorefile.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
restorefile_form.php MDL-50344 restore: Make restore file required 2015-05-25 12:02:16 +05:30
upgrade.txt MDL-54205 backup: loggers close() and destroy() 2016-05-13 01:54:28 +02:00