summaryrefslogtreecommitdiff
path: root/includes/jobs/UpdateAssets.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/jobs/UpdateAssets.php')
-rw-r--r--includes/jobs/UpdateAssets.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/includes/jobs/UpdateAssets.php b/includes/jobs/UpdateAssets.php
index 2b5bba2..fdc0a30 100644
--- a/includes/jobs/UpdateAssets.php
+++ b/includes/jobs/UpdateAssets.php
@@ -105,4 +105,6 @@ downloadAssets("ynmuc");
if (isset($app["other"]) && isset($app["other"]["id"]) && isset($app["other"]["token"])) {
echo("Downloading for other\n");
downloadAssets($app["other"]["id"], "other");
-} \ No newline at end of file
+}
+
+require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/maintenance/deleteUnusedAssets.php"; \ No newline at end of file