summaryrefslogtreecommitdiff
path: root/includes/updater.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/updater.inc')
-rw-r--r--includes/updater.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/updater.inc b/includes/updater.inc
index d7bef08a5..d86040c5b 100644
--- a/includes/updater.inc
+++ b/includes/updater.inc
@@ -368,7 +368,7 @@ class Updater {
* Return the full path to a directory where backups should be written.
*/
public function getBackupDir() {
- return file_directory_path('temporary');
+ return file_stream_wrapper_get_instance_by_scheme('temporary')->getDirectoryPath();
}
/**