Fixed missing updateDate update during package updates
authorMatthias Schmidt <gravatronics@live.com>
Sun, 7 Aug 2011 17:47:08 +0000 (19:47 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 7 Aug 2011 17:47:08 +0000 (19:47 +0200)
wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php

index 504c4d1d658d89a2a3416443a1cfcfc81fcd0515..ed380c16ba81b4358ddddb1dd54168727b5150dd 100644 (file)
@@ -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')
                        ));
                }