[299402] Extract properties files from Eclipse project update sites for translation
diff --git a/html/process_update_sites.php b/html/process_update_sites.php
index 5be8c00..651f2fe 100644
--- a/html/process_update_sites.php
+++ b/html/process_update_sites.php
@@ -102,7 +102,8 @@
mkdir($temp_unzip_dir . $plugin_id, 0777, TRUE);
chdir($temp_unzip_dir . $plugin_id);
- exec("unzip -o -q $temp_site_dir$jar_name *.properties");
+ exec("unzip -o -q $temp_site_dir$jar_name");
+ exec("rm -rf $temp_unzip_dir$plugin_id");
}
# Collect properties file names