mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/10614] Change not installed heading to available.
"Not installed" implies that extensions listed there can be installed, but the operation is called enable. Reduce the confusion by using "available" for the heading, this matches extension manager code. PHPBB3-10614
This commit is contained in:
@@ -48,7 +48,7 @@ function list_extensions()
|
||||
print_extensions($disabled);
|
||||
echo "\n";
|
||||
|
||||
echo "Not installed:\n";
|
||||
echo "Available:\n";
|
||||
$all = array_keys($phpbb_extension_manager->all_available());
|
||||
$purged = array_diff($all, $enabled, $disabled);
|
||||
print_extensions($purged);
|
||||
|
Reference in New Issue
Block a user