Move timthumbs.txt to all the other data.zip files

This commit is contained in:
g0tmi1k
2018-05-09 13:14:05 +01:00
parent 282c595b38
commit e437b952da
2 changed files with 2 additions and 1 deletions

View File

@@ -399,7 +399,7 @@ def main
wp_timthumbs = WpTimthumbs.aggressive_detection(wp_target,
enum_options.merge(
file: DATA_DIR + '/timthumbs.txt',
file: TIMTHUMBS_FILE,
theme_name: wp_theme ? wp_theme.name : nil
)
)