mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 04:04:12 +02:00
[ticket/11150] Implement install extension link in ACP
PHPBB3-11150
This commit is contained in:
committed by
Tristan Darricau
parent
adb8d30d98
commit
6a15ad1368
@@ -119,7 +119,7 @@ class installer
|
||||
->setDumpAutoloader(false)
|
||||
->setPreferStable(true)
|
||||
->setRunScripts(false)
|
||||
->setDryRun(false);
|
||||
->setDryRun(true);
|
||||
|
||||
try
|
||||
{
|
||||
@@ -282,6 +282,7 @@ class installer
|
||||
// Generates the entry
|
||||
$available[$name] = [];
|
||||
$available[$name]['name'] = $highest_version->getPrettyName();
|
||||
$available[$name]['composer_name'] = $highest_version->getName();
|
||||
$available[$name]['version'] = $highest_version->getPrettyVersion();
|
||||
|
||||
if ($version instanceof CompletePackage)
|
||||
|
Reference in New Issue
Block a user