commit | b746da491f793bda10f57cc99b97e429967716d3 | [log] [tgz] |
---|---|---|
author | kitlo <kitlo> | Fri Feb 12 02:40:41 2010 +0000 |
committer | kitlo <kitlo> | Fri Feb 12 02:40:41 2010 +0000 |
tree | 6e2becadb8b482f5c1b8d1f1e7e42b69958c0bef | |
parent | 7e9b1c1b26f9644741470682d5a2b67ced0f1e6b [diff] [blame] |
[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 1ee2f76..21a4265 100644 --- a/html/process_update_sites.php +++ b/html/process_update_sites.php
@@ -134,7 +134,7 @@ } if (!$match) { - if ($files[$file_id] != null) { + if ($file_id > 0 && $files[$file_id] != null) { # Existing file $file = $files[$file_id]; $file->is_active = 1;