From fb300d1f967d17a10678582f46e82bd133d23aae Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 1 Sep 2010 20:08:17 +0000 Subject: - Patch #895308 by Damien Tournoud: remove file_directory_path(). --- includes/updater.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/updater.inc') 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(); } /** -- cgit v1.2.3