MDL-65218 recycle bin: immunize recycle bin from backup_auto_storage
commit5e3ce4ef7dfa004c4cab1775978371ba9065d968
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Fri, 29 Mar 2019 19:49:52 +0000 (29 20:49 +0100)
committerDamyon Wiese <damyon@moodle.com>
Mon, 1 Apr 2019 01:26:55 +0000 (1 09:26 +0800)
tree8bbb23ff7e8db22502cf43137de6f20d06301212
parent1e21aeb97c283efbeb556ec184797b551cc651c2
MDL-65218 recycle bin: immunize recycle bin from backup_auto_storage

As far as recycle bin is using MODE_AUTOMATED, it observes the backup_auto_storage
setting (storing backups @ real location. For recycle bin we want to ensure that
backup files are always stored in Moodle file area. In order to achieve that, we
hack the setting here via $CFG->forced_plugin_settings, so it won't interfere other
operations.  See MDL-65218 for more information.

This hack will be removed once recycle bin switches to use its own backup mode, with
own preferences and 100% appart from MODLE_AUTOMATED.
admin/tool/recyclebin/classes/category_bin.php
admin/tool/recyclebin/classes/course_bin.php