twrp.cpp: fix selinux context of backups and logs with settings in /data/recovery

Change-Id: I8c0f5a7f252d550a805115799853a72b15eb91c0
diff --git a/gui/action.cpp b/gui/action.cpp
index f4a79d2..c795a01 100755
--- a/gui/action.cpp
+++ b/gui/action.cpp
@@ -1543,7 +1543,7 @@
 			// Check for a custom theme and load it if exists
 			DataManager::GetValue(TW_HAS_DATA_MEDIA, has_datamedia);
 			if (has_datamedia != 0) {
-				if (tw_get_default_metadata(DataManager::GetSettingsStoragePath().c_str()) != 0) {
+				if (tw_get_default_metadata(DataManager::GetCurrentStoragePath().c_str()) != 0) {
 					LOGINFO("Failed to get default contexts and file mode for storage files.\n");
 				} else {
 					LOGINFO("Got default contexts and file mode for storage files.\n");