Automatically disable offline mode in developer mode setup
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 6 Mar 2023 13:14:33 +0000 (14:14 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 17 Apr 2023 16:45:09 +0000 (18:45 +0200)
wcfsetup/install/files/lib/system/package/PackageInstallationDispatcher.class.php

index e3c56d66b8db005f8843b7c1f8baa9010b19921e..d8dfd54f93e22acbd52ca63a6257a37e8b15a300 100644 (file)
@@ -343,6 +343,10 @@ class PackageInstallationDispatcher
             1,
             'log_missing_language_items',
         ]);
+        $statement->execute([
+            0,
+            'offline',
+        ]);
 
         foreach (DevtoolsSetup::getInstance()->getOptionOverrides() as $optionName => $optionValue) {
             $statement->execute([