From 7e47aa33e88b85c68092d40966d227900a5854bb Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 12 Jun 2014 17:55:59 +0200 Subject: [minilinux] Add feature to update all components at once --- modules/minilinux.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/minilinux.inc.php b/modules/minilinux.inc.php index 17cb7c86..8080b76d 100644 --- a/modules/minilinux.inc.php +++ b/modules/minilinux.inc.php @@ -38,7 +38,8 @@ class Page_MiniLinux extends Page $file['uid'] = 'dlid' . $count++; $local = CONFIG_HTTP_DIR . '/' . $system['id'] . '/' . $file['name']; if (!file_exists($local) || filesize($local) !== $file['size'] || md5_file($local) !== substr($file['md5'], 0, 32)) { - $file['changed'] = true; + $file['fileChanged'] = true; + $system['systemChanged'] = true; } $taskId = Property::getDownloadTask($file['md5']); if ($taskId !== false) { -- cgit v1.2.3-55-g7522