Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ExtensionInstallCommand more consistent with administrator #43700

Open
wants to merge 5 commits into
base: 5.2-dev
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Corrected comments
  • Loading branch information
brbrbr committed Jun 25, 2024
commit 2ffdc409799373392e6770e1ba1e4c62504a7202
5 changes: 2 additions & 3 deletions libraries/src/Console/ExtensionInstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,7 @@ public function processPackageInstallation($path): bool
/**
* Used for installing extension from a path
*
* @param string $path Path to the extension zip file
*
* @param string $path Path to folder with extension files
* @return boolean
*
* @since __DEPLOY_VERSION__
Expand All @@ -184,7 +183,7 @@ public function processFolderInstallation($path): bool

/**
* Used for installing extension from a path either zip file
* or folder with the update (since __DEPLAY_VERSION__)
* or folder with extension files (since __DEPLAY_VERSION__)
*
* @param string $path Path to the extension zip file or folder
*
Expand Down