Add files via upload

Update everything without asking
This commit is contained in:
fleurami 2021-04-29 16:24:40 +02:00 committed by GitHub
parent 43c87160d7
commit 7f075c3b2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

13
OxidAskYes.patch Normal file
View File

@ -0,0 +1,13 @@
--- src/Installer/Package/AbstractPackageInstaller_Original.php 2021-04-12 16:59:26.000000000 +0200
+++ src/Installer/Package/AbstractPackageInstaller.php 2021-04-29 16:16:31.000000000 +0200
@@ -198,9 +198,7 @@
*/
protected function askQuestion($messageToAsk)
{
- $userInput = $this->getIO()->ask($messageToAsk, 'N');
-
- return $this->isPositiveUserInput($userInput);
+ return true;
}
/**