aboutsummaryrefslogtreecommitdiffstats
path: root/admin/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/update.php')
-rw-r--r--admin/update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/update.php b/admin/update.php
index bb7133000..f19bc8a9e 100644
--- a/admin/update.php
+++ b/admin/update.php
@@ -743,7 +743,7 @@ else if (isset($_POST['submit']) and preg_match('/^metadata/', $_POST['sync']))
}
}
$start = get_moment();
- $files = get_filelist($opts['category_id'],
+ $files = get_filelist($opts['category_id'], 1,
$opts['recursive'],
$opts['only_new']);