From 6eb5da1346ccaa53ab2f8c481a7f59232cddcf42 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Sun, 7 Aug 2011 19:47:08 +0200 Subject: [PATCH] Fixed missing updateDate update during package updates --- .../lib/system/package/PackageInstallationDispatcher.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php b/wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php index 504c4d1d65..ed380c16ba 100644 --- a/wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php +++ b/wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php @@ -557,6 +557,7 @@ class PackageInstallationDispatcher { if ($this->action == 'update') { $packageEditor = new PackageEditor($this->getPackage()); $packageEditor->update(array( + 'updateDate' => TIME_NOW, 'packageVersion' => $this->archive->getPackageInfo('version') )); } -- 2.20.1